generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon.dist
24 lines (22 loc) · 1.01 KB
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
includes:
- phpstan-baseline.neon
parameters:
level: 4
paths:
- src
- config
- database
tmpDir: build/phpstan
checkOctaneCompatibility: true
checkModelProperties: true
checkMissingIterableValueType: false
ignoreErrors:
- '#Access to an undefined property [a-zA-Z0-9\\_]+::\$name.#'
- '#Access to an undefined property [a-zA-Z0-9\\_]+::\$surveyhero\_id.#'
- '#Access to an undefined property [a-zA-Z0-9\\_]+::\$survey\_last\_imported.#'
- '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::truncate\(\)#'
- '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::updateOrCreate\(\)#'
- '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::where\(\)#'
- '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::whereHas\(\)#'
- '#Call to an undefined static method [a-zA-Z0-9\\_]+Contract::create\(\)#'
- '#Call to an undefined method [a-zA-Z0-9\\_]+Contract::save\(\)#'