Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / robo / src / Contract / IOAwareInterface.php
diff --git a/vendor/consolidation/robo/src/Contract/IOAwareInterface.php b/vendor/consolidation/robo/src/Contract/IOAwareInterface.php
new file mode 100644 (file)
index 0000000..2daa5fb
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * Marker interface for tasks that use the IO trait
+ */
+
+namespace Robo\Contract;
+
+use \Symfony\Component\Console\Input\InputAwareInterface;
+
+interface IOAwareInterface extends OutputAwareInterface, InputAwareInterface
+{
+}