Skip to content

Commit 8453956

Browse files
Various CS fix for consistency
1 parent e31f47c commit 8453956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/application_signalable.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
require $vendor.'/vendor/autoload.php';
1414

15-
(new class() extends SingleCommandApplication implements SignalableCommandInterface {
15+
(new class extends SingleCommandApplication implements SignalableCommandInterface {
1616
public function getSubscribedSignals(): array
1717
{
1818
return [SIGINT];

0 commit comments

Comments
 (0)