Skip to content

Commit af79ff6

Browse files
committed
Merge branch '3.0' into 3.1
* 3.0: fixed PHP 5.3 compat in tests
2 parents defe88f + ee4b4ae commit af79ff6

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)