Skip to content

Commit 6d2ee19

Browse files
committed
Fix CS
1 parent b94eb47 commit 6d2ee19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Tests/Command/SingleCommandApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class SingleCommandApplicationTest extends TestCase
2121
{
2222
public function testRun()
2323
{
24-
$command = new class extends SingleCommandApplication {
24+
$command = new class() extends SingleCommandApplication {
2525
protected function execute(InputInterface $input, OutputInterface $output): int
2626
{
2727
return 0;

0 commit comments

Comments
 (0)