Version 1
[yaffs-website] / vendor / consolidation / annotated-command / src / Hooks / AlterResultInterface.php
diff --git a/vendor/consolidation/annotated-command/src/Hooks/AlterResultInterface.php b/vendor/consolidation/annotated-command/src/Hooks/AlterResultInterface.php
new file mode 100644 (file)
index 0000000..a94f472
--- /dev/null
@@ -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
+{
+}