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 97ca437 commit 7e62caeCopy full SHA for 7e62cae
src/LintCodeCommand.php
@@ -34,7 +34,7 @@ public function handle()
34
$code = $this->call('lint:phpcs', [
35
'files' => $this->argument('files'), '--fix' => $this->option('fix')
36
]);
37
- $code += $this->call('lint:phpmd', [
+ $code += $this->call('lint:pmd', [
38
'files' => $this->argument('files')
39
40
return $code;
0 commit comments