Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / config / Tests / Loader / LoaderTest.php
index fefb1d728f445de4e60eee9458473f845b0d5195..30167e3836f852a8600057bdea04b312293d4b25 100644 (file)
@@ -109,7 +109,7 @@ class ProjectLoader1 extends Loader
 
     public function supports($resource, $type = null)
     {
-        return is_string($resource) && 'foo' === pathinfo($resource, PATHINFO_EXTENSION);
+        return \is_string($resource) && 'foo' === pathinfo($resource, PATHINFO_EXTENSION);
     }
 
     public function getType()