Refactoring
This commit is contained in:
12
lib/composer/vendor/consolidation/annotated-command/src/Hooks/AlterResultInterface.php
vendored
Normal file
12
lib/composer/vendor/consolidation/annotated-command/src/Hooks/AlterResultInterface.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Consolidation\AnnotatedCommand\Hooks;
|
||||
|
||||
/**
|
||||
* Alter the result of a command after it has been processed.
|
||||
* An alter result interface isa process result interface.
|
||||
*
|
||||
* @see HookManager::addAlterResult()
|
||||
*/
|
||||
interface AlterResultInterface extends ProcessResultInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user