-
-
Notifications
You must be signed in to change notification settings - Fork 385
/
phpstan.neon
34 lines (34 loc) · 1.25 KB
/
phpstan.neon
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
31
32
33
34
includes:
- ./vendor/calebdw/larastan/extension.neon
- ./vendor/calebdw/larastan-livewire/extension.neon
#- ./vendor/tomasvotruba/bladestan/config/extension.neon
- ./phpstan-baseline.neon
parameters:
tmpDir: .phpstan.cache
paths:
- app
- bootstrap
- config
- database
- lang
- public
- resources
- routes
excludePaths:
- app/Helpers/Markdown
- app/Helpers/MarkdownExtra
- app/Http/Livewire/PersonCredit
- app/Http/Livewire/TorrentSearch
- bootstrap/cache
level: 7
checkOctaneCompatibility: true
ignoreErrors:
-
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Builder\<App\\Models\\Torrent\>\:\:searchable\(\)\.$#'
identifier: method.notFound
-
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\BelongsToMany\<App\\Models\\Torrent, [a-zA-Z0-9\\_]+\>\:\:searchable\(\)\.$#'
identifier: method.notFound
-
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Relations\\BelongsTo\<App\\Models\\Torrent, [a-zA-Z0-9\\_]+\>\:\:searchable\(\)\.$#'
identifier: method.notFound