Version 1
[yaffs-website] / vendor / consolidation / annotated-command / src / Help / HelpDocumentAlter.php
diff --git a/vendor/consolidation/annotated-command/src/Help/HelpDocumentAlter.php b/vendor/consolidation/annotated-command/src/Help/HelpDocumentAlter.php
new file mode 100644 (file)
index 0000000..0d7f49c
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+namespace Consolidation\AnnotatedCommand\Help;
+
+interface HelpDocumentAlter
+{
+    public function helpAlter(\DomDocument $dom);
+}