-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan.neon
More file actions
11 lines (11 loc) · 1.06 KB
/
phpstan.neon
File metadata and controls
11 lines (11 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
parameters:
ignoreErrors:
- '#Trait Laragear\\MetaTesting\\Auth\\InteractsWithAuthorization is used zero times and is not analysed\.#'
- '#Trait Laragear\\MetaTesting\\Eloquent\\InteractsWithCast is used zero times and is not analysed\.#'
- '#Trait Laragear\\MetaTesting\\Eloquent\\InteractsWithEloquentBuilder is used zero times and is not analysed\.#'
- '#Trait Laragear\\MetaTesting\\Http\\Middleware\\InteractsWithMiddleware is used zero times and is not analysed\.#'
- '#Trait Laragear\\MetaTesting\\Http\\Requests\\InteractsWithFormRequests is used zero times and is not analysed\.#'
- '#Trait Laragear\\MetaTesting\\InteractsWithServiceProvider is used zero times and is not analysed\.#'
- '#Trait Laragear\\MetaTesting\\InteractsWithServices is used zero times and is not analysed\.#'
- '#Trait Laragear\\MetaTesting\\Validation\\InteractsWithValidator is used zero times and is not analysed\.#'
- '#Trait Laragear\\MetaTesting\\Pipeline\\InteractsWithPipelines is used zero times and is not analysed\.#'