Skip to content

Commit 5d38e7a

Browse files
committed
fix: RunCommand need always a name in newer versions
1 parent cb2ef8a commit 5d38e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
require_once __DIR__ . '/init.php';
2121

22-
$command = new RunCommand();
22+
$command = new RunCommand('phpcstd');
2323
$command->addTool(new ComposerNormalize());
2424
$command->addTool(new PhpParallelLint());
2525
$command->addTool(new Deptrac());

0 commit comments

Comments
 (0)