comparison vendor/psy/psysh/src/Command/ClearCommand.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 5fb285c0d0e3
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
42 /** 42 /**
43 * {@inheritdoc} 43 * {@inheritdoc}
44 */ 44 */
45 protected function execute(InputInterface $input, OutputInterface $output) 45 protected function execute(InputInterface $input, OutputInterface $output)
46 { 46 {
47 $output->write(sprintf('%c[2J%c[0;0f', 27, 27)); 47 $output->write(\sprintf('%c[2J%c[0;0f', 27, 27));
48 } 48 }
49 } 49 }