Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / site-alias / src / DataFileLoaderInterface.php
diff --git a/vendor/consolidation/site-alias/src/DataFileLoaderInterface.php b/vendor/consolidation/site-alias/src/DataFileLoaderInterface.php
new file mode 100644 (file)
index 0000000..e6463ad
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+namespace Consolidation\SiteAlias;
+
+interface DataFileLoaderInterface
+{
+    /**
+     * @return array
+     */
+    public function load($path);
+}