StagingDirIsReadyInterface.php
Namespace
PhpTuf\ComposerStager\API\Precondition\ServiceFile
-
vendor/
php-tuf/ composer-stager/ src/ API/ Precondition/ Service/ StagingDirIsReadyInterface.php
View source
<?php
declare (strict_types=1);
namespace PhpTuf\ComposerStager\API\Precondition\Service;
/**
* Asserts that the staging directory is ready for use.
*
* This interface exists solely to facilitate autowiring dependencies through type hinting.
*
* @see https://symfony.com/doc/current/service_container/autowiring.html
*
* @package Precondition
*
* @api This interface is subject to our backward compatibility promise and may be safely depended upon.
*/
interface StagingDirIsReadyInterface extends PreconditionInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
StagingDirIsReadyInterface | Asserts that the staging directory is ready for use. |