Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Alias.php
index 8773b8389110f5a0600ebdb921d8a53ff8297db9..de14c5ea9512bcafe5bf3b49c934aa584a830d08 100644 (file)
@@ -25,7 +25,7 @@ class Alias
     {
         $this->id = (string) $id;
         $this->public = $public;
-        $this->private = 2 > func_num_args();
+        $this->private = 2 > \func_num_args();
     }
 
     /**