Skip to content

Commit

Permalink
fix: #22 pmd or phpmd
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunthegeek committed Nov 17, 2024
1 parent 97ca437 commit 7e62cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LintCodeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function handle()
$code = $this->call('lint:phpcs', [
'files' => $this->argument('files'), '--fix' => $this->option('fix')
]);
$code += $this->call('lint:phpmd', [
$code += $this->call('lint:pmd', [
'files' => $this->argument('files')
]);
return $code;
Expand Down

0 comments on commit 7e62cae

Please sign in to comment.