Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / translation / Loader / ArrayLoader.php
index 9a595b7dadab39fb3ed7bc61bb1337832f9ec122..7bbfca68a4b0cb7d01e273378ad500099f556ea7 100644 (file)
@@ -52,7 +52,7 @@ class ArrayLoader implements LoaderInterface
             $subnode = &$messages;
         }
         foreach ($subnode as $key => $value) {
-            if (is_array($value)) {
+            if (\is_array($value)) {
                 $nodePath = $path ? $path.'.'.$key : $key;
                 $this->flatten($messages, $value, $nodePath);
                 if (null === $path) {