8000 Merge branch '2.8' into 3.0 · symfony/symfony@ee4b4ae · GitHub
[go: up one dir, main page]

Skip to content

Commit ee4b4ae

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fixed PHP 5.3 compat in tests
2 parents afece71 + fc32e6a commit ee4b4ae

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)
0