-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
刚测试 #21 ,执行
php artisan lint:code database/
发现没效果,看代码发现只执行了 phpcs,而没执行 phpmd:
laravel-lint/src/LintCodeCommand.php
Line 35 in 9a52b07
$bin = $this->option('fix') ? 'phpcbf' : 'phpcs'; |
Metadata
Metadata
Assignees
Labels
No labels