-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathphpstan.neon
More file actions
21 lines (16 loc) · 717 Bytes
/
Copy pathphpstan.neon
File metadata and controls
21 lines (16 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
includes:
- vendor/larastan/larastan/extension.neon
parameters:
paths:
- src
level: 4
excludePaths:
- vendor
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Call to an undefined method Illuminate\\Pagination\\AbstractPaginator::#'
- '#Instanceof between mixed and Illuminate\\Http\\Resources\\Json\\ResourceCollection#'
- '#Argument of an invalid type Illuminate\\Routing\\RouteCollectionInterface#'
- '#Using nullsafe property access .* on left side of \?\? is unnecessary#'
- '#Offset .* on .* on left side of \?\? always exists#'
- '#Trait Stackmasteraliza\\ApiResponse\\Traits\\HasApiResponse is used zero times#'