-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lint by phpmd #22
Comments
error: Cannot add a required argument "format" after an array argument "files".
麻烦了,laravel 不允许在数组参数后面使用必填参数(这样做的确很奇怪),但 phpmd 的确支持,有点离谱…… phpmd 是这样的:
|
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
刚测试 #21 ,执行
发现没效果,看代码发现只执行了 phpcs,而没执行 phpmd:
laravel-lint/src/LintCodeCommand.php
Line 35 in 9a52b07
The text was updated successfully, but these errors were encountered: