We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069bff0 commit 3036ba8Copy full SHA for 3036ba8
2 files changed
composer.json
@@ -22,6 +22,7 @@
22
},
23
"require-dev": {
24
"phpunit/phpunit": "^7.5 || ^8.4",
25
- "friendsofphp/php-cs-fixer": "^2.15"
+ "friendsofphp/php-cs-fixer": "^2.15",
26
+ "phpstan/phpstan": "^0.12.83"
27
}
28
phpstan.neon
@@ -0,0 +1,8 @@
1
+parameters:
2
+ paths:
3
+ - app
4
+ level: 5
5
+ ignoreErrors:
6
+ - '#Result of function abort \(void\) is used\.#'
7
+ - '#Method App\\Exceptions\\Handler::render\(\) should return Illuminate\\Http\\Response but returns Symfony\\Component\\HttpFoundation\\Response\.#'
8
+
0 commit comments