Version 1
[yaffs-website] / vendor / consolidation / annotated-command / src / CommandInfoAltererInterface.php
diff --git a/vendor/consolidation/annotated-command/src/CommandInfoAltererInterface.php b/vendor/consolidation/annotated-command/src/CommandInfoAltererInterface.php
new file mode 100644 (file)
index 0000000..55376d1
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+namespace Consolidation\AnnotatedCommand;
+
+use Consolidation\AnnotatedCommand\Parser\CommandInfo;
+
+interface CommandInfoAltererInterface
+{
+    public function alterCommandInfo(CommandInfo $commandInfo, $commandFileInstance);
+}