a94f4723fcfb2e260b4f594cf4d103aeb0ed04dc
[yaffs-website] / vendor / consolidation / annotated-command / src / Hooks / AlterResultInterface.php
1 <?php
2 namespace Consolidation\AnnotatedCommand\Hooks;
3
4 /**
5  * Alter the result of a command after it has been processed.
6  * An alter result interface isa process result interface.
7  *
8  * @see HookManager::addAlterResult()
9  */
10 interface AlterResultInterface extends ProcessResultInterface
11 {
12 }