-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
executable file
·30 lines (30 loc) · 1.46 KB
/
phpstan.neon
File metadata and controls
executable file
·30 lines (30 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/phpstan/phpstan-deprecation-rules/rules.neon
parameters:
excludes_analyse:
- /*/Definitions/*
level: max
ignoreErrors:
- '#Laravel\\Passport\\ClientRepository::createPasswordGrantClient()#'
- '#Illuminate\\Database\\Query\\Builder::dynamicWhere()#'
- "#Offset 'host' does not exist on array()#"
- "#Offset 'scheme' does not exist on array()#"
- "#Builder::findOrFail#"
- '#array<Illuminate\Http\UploadedFile>|Illuminate\Http\UploadedFile|null given#'
- '#Illuminate\\Support\\Facades\\Event::assertDispatched#'
- '#Illuminate\\Support\\Facades\\Notification::assertTimesSent#'
- '#Illuminate\\Support\\Facades\\Notification::assertSentTo#'
- '#Illuminate\\Support\\Facades\\Notification::assertNotSentTo#'
- '#undefined method App\\Providers\\AppServiceProvider::forPage#'
- '#undefined method App\\Providers\\AppServiceProvider::count#'
- '#Call to an undefined method Illuminate\\Database\\Eloquent\\Model|ScoutElastic\\Searchable#'
- '#parameters()#'
- '#::getLocation()#'
- '#::checkpoints()#'
- '#of parent class App\\Models\\Abstracts\\UuidModel#'
- '#Strict comparison using === between Illuminate\\Database\\Eloquent\\Collection#'
paths:
- %rootDir%/../../../app
- %rootDir%/../../../routes
- %rootDir%/../../../tests