Skip to content

Commit 150a6a8

Browse files
committed
fix: #33 args not found
1 parent 6a4f669 commit 150a6a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/LintCommand.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ public function handle()
3838
$code += $this->call('lint:pmd', [
3939
'files' => $this->argument('files')
4040
]);
41-
$code += $this->call('lint:route', [
42-
'files' => $this->argument('files')
43-
]);
41+
$code += $this->call('lint:route');
4442
}
4543
return $code;
4644
}

0 commit comments

Comments
 (0)