We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9936918 + 0ea47e0 commit 953abdeCopy full SHA for 953abde
1 file changed
phpstan.neon.dist
@@ -3,20 +3,6 @@ parameters:
3
paths:
4
- src
5
- tests
6
+ excludePaths:
7
+ - src/Laravel
8
tmpDir: .phpstan.cache
- ignoreErrors:
- -
9
- message: '#Function (app|config) not found#'
10
- path: src/Laravel/ValidatesOpenApiSchema.php
11
12
- message: '#Call to an undefined method Illuminate\\Testing\\TestResponse::#'
13
14
15
- message: '#Access to an undefined property Illuminate\\Testing\\TestResponse::\$headers#'
16
17
18
- message: '#Function config_path not found#'
19
- path: src/Laravel/OpenApiContractTestingServiceProvider.php
20
21
- message: '#does not specify its types: TResponse#'
22
0 commit comments