Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / console / Helper / ProcessHelper.php
index 82935baeaa81d8d0c0b6d516542f5b2aaffda3f3..666f114a23c4a733cc1b6aeccc8ea58444165942 100644 (file)
@@ -121,7 +121,7 @@ class ProcessHelper extends Helper
             $output->write($formatter->progress(spl_object_hash($process), $this->escapeString($buffer), Process::ERR === $type));
 
             if (null !== $callback) {
-                call_user_func($callback, $type, $buffer);
+                \call_user_func($callback, $type, $buffer);
             }
         };
     }