Skip to content

Commit a935cc6

Browse files
committed
fixed CS
1 parent a2d5caa commit a935cc6

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)