Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / validator / Mapping / Loader / LoaderChain.php
index f82c40000239cb8fcec1fe7ce165f25e9e9aae8a..de80dcd8ad50e835d975fd2b43ea613d7c31db33 100644 (file)
@@ -36,7 +36,7 @@ class LoaderChain implements LoaderInterface
     {
         foreach ($loaders as $loader) {
             if (!$loader instanceof LoaderInterface) {
-                throw new MappingException(sprintf('Class %s is expected to implement LoaderInterface', get_class($loader)));
+                throw new MappingException(sprintf('Class %s is expected to implement LoaderInterface', \get_class($loader)));
             }
         }