Skip to content

Commit 3baab64

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fixed CS [DependencyInjection] Add missing file headers fixed typo made Symfony compatible with both Twig 1.x and 2.x [FrameworkBundle] Fix precedence of xdebug.file_link_format
2 parents 8712d5e + 4c0885a commit 3baab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Shell/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function testGetMissingLabelException()
133133
public function testErrorHandler()
134134
{
135135
$cmd = Command::create();
136-
$handler = function() { return 'error-handler'; };
136+
$handler = function () { return 'error-handler'; };
137137
$cmd->setErrorHandler($handler);
138138

139139
$this->assertSame($handler, $cmd->getErrorHandler());

0 commit comments

Comments
 (0)