We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ade10 commit 7b7645bCopy full SHA for 7b7645b
1 file changed
bin/codestyle
@@ -43,9 +43,9 @@ require_once $file;
43
44
$application = new Application('The Dragon Code: Styler', '6.x');
45
46
-$application->add(new EditorConfigCommand);
47
-$application->add(new PintCommand);
48
-$application->add(new RectorCommand);
49
-$application->add(new NpmCommand);
+$application->addCommand(new EditorConfigCommand);
+$application->addCommand(new PintCommand);
+$application->addCommand(new RectorCommand);
+$application->addCommand(new NpmCommand);
50
51
$application->run();
0 commit comments