comparison vendor/psy/psysh/src/Command/ClearCommand.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
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 }