Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / config / Resource / ClassExistenceResource.php
index e3fd095b6008dd2193050b8b3c387bda4c9a0518..9a1d7ba57b2caaea6f9f0ec54756af74c145c697 100644 (file)
@@ -154,7 +154,7 @@ class ClassExistenceResource implements SelfCheckingResourceInterface, \Serializ
             $props = array(
                 'file' => $trace[$i]['file'],
                 'line' => $trace[$i]['line'],
-                'trace' => array_slice($trace, 1 + $i),
+                'trace' => \array_slice($trace, 1 + $i),
             );
 
             foreach ($props as $p => $v) {