Skip to content

Commit 7e62cae

Browse files
committed
fix: #22 pmd or phpmd
1 parent 97ca437 commit 7e62cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LintCodeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function handle()
3434
$code = $this->call('lint:phpcs', [
3535
'files' => $this->argument('files'), '--fix' => $this->option('fix')
3636
]);
37-
$code += $this->call('lint:phpmd', [
37+
$code += $this->call('lint:pmd', [
3838
'files' => $this->argument('files')
3939
]);
4040
return $code;

0 commit comments

Comments
 (0)