X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fconsole%2FTests%2FFixtures%2FStyle%2FSymfonyStyle%2Fcommand%2Fcommand_17.php;fp=vendor%2Fsymfony%2Fconsole%2FTests%2FFixtures%2FStyle%2FSymfonyStyle%2Fcommand%2Fcommand_17.php;h=311e6b3928478540e56f79fe2d1a50cb8c7d76b8;hp=e6a13558d046cccb63c84b8f291e94e53df41182;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php b/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php index e6a13558d..311e6b392 100644 --- a/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php +++ b/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php @@ -2,11 +2,11 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -use Symfony\Component\Console\Tests\Style\SymfonyStyleWithForcedLineLength; +use Symfony\Component\Console\Style\SymfonyStyle; //Ensure symfony style helper methods handle trailing backslashes properly when decorating user texts return function (InputInterface $input, OutputInterface $output) { - $output = new SymfonyStyleWithForcedLineLength($input, $output); + $output = new SymfonyStyle($input, $output); $output->title('Title ending with \\'); $output->section('Section ending with \\');