Skip to content

Commit 0520ef4

Browse files
keradusnicolas-grekas
authored andcommitted
DX: re-apply PHP CS Fixer, partially
1 parent 4cd5311 commit 0520ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public function testFindInvalidNamespace()
352352
$this->expectException(NamespaceNotFoundException::class);
353353
$this->expectExceptionMessage('There are no commands defined in the "bar" namespace.');
354354

355-
(new Application)->findNamespace('bar');
355+
(new Application())->findNamespace('bar');
356356
}
357357

358358
public function testFindUniqueNameButNamespaceName()

0 commit comments

Comments
 (0)