Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / src / Command / ClearCommand.php
index 1a5b845d6e23e2e5ec6c4bca7403bdfba7c044be..6b12048a96467521610c8af7bbd0707e2e8015a1 100644 (file)
@@ -44,6 +44,6 @@ HELP
      */
     protected function execute(InputInterface $input, OutputInterface $output)
     {
-        $output->write(sprintf('%c[2J%c[0;0f', 27, 27));
+        $output->write(\sprintf('%c[2J%c[0;0f', 27, 27));
     }
 }