Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / ChildDefinition.php
index 61460ca2e0f7150c39199106c478d7f3eafeba2b..85cc86038fedb60f9527396e2491dd53a1b39fd9 100644 (file)
@@ -95,7 +95,7 @@ class ChildDefinition extends Definition
      */
     public function replaceArgument($index, $value)
     {
-        if (is_int($index)) {
+        if (\is_int($index)) {
             $this->arguments['index_'.$index] = $value;
         } elseif (0 === strpos($index, '$')) {
             $this->arguments[$index] = $value;