Skip to content

Commit a842b97

Browse files
committed
fixed PHP 5.3 compat in tests
1 parent 557bc51 commit a842b97

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
//Ensure that all lines are aligned to the begin of the first line in a multi-line block
88
return function (InputInterface $input, OutputInterface $output) {
99
$output = new SymfonyStyleWithForcedLineLength($input, $output);
10-
$output->block(['Custom block', 'Second custom block line'], 'CUSTOM', 'fg=white;bg=green', 'X ', true);
10+
$output->block(array('Custom block', 'Second custom block line'), 'CUSTOM', 'fg=white;bg=green', 'X ', true);
1111
};

0 commit comments

Comments
 (0)