We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31f47c commit 8453956Copy full SHA for 8453956
Tests/Fixtures/application_signalable.php
@@ -12,7 +12,7 @@
12
}
13
require $vendor.'/vendor/autoload.php';
14
15
-(new class() extends SingleCommandApplication implements SignalableCommandInterface {
+(new class extends SingleCommandApplication implements SignalableCommandInterface {
16
public function getSubscribedSignals(): array
17
{
18
return [SIGINT];
0 commit comments