Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / src / Exception / ParseErrorException.php
index 93d0d3c9fc898aee3f350a9cd4b1164d3b170226..cb6380e6b9e69a399954c811584ec4c285dd7c21 100644 (file)
@@ -24,7 +24,7 @@ class ParseErrorException extends \PhpParser\Error implements Exception
      */
     public function __construct($message = '', $line = -1)
     {
-        $message = sprintf('PHP Parse error: %s', $message);
+        $message = \sprintf('PHP Parse error: %s', $message);
         parent::__construct($message, $line);
     }