We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f808c commit 288ce5bCopy full SHA for 288ce5b
1 file changed
composer.json
@@ -42,7 +42,7 @@
42
},
43
"scripts": {
44
"start": "php think run",
45
- "analyze": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app",
+ "analyze": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./route",
46
"post-autoload-dump": [
47
"@php think service:discover",
48
"@php think vendor:publish"
0 commit comments