Skip to content

Commit

Permalink
fix: #33 args not found
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunthegeek committed Nov 19, 2024
1 parent 6a4f669 commit 150a6a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/LintCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public function handle()
$code += $this->call('lint:pmd', [
'files' => $this->argument('files')
]);
$code += $this->call('lint:route', [
'files' => $this->argument('files')
]);
$code += $this->call('lint:route');
}
return $code;
}
Expand Down

0 comments on commit 150a6a8

Please sign in to comment.