-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan.neon
More file actions
24 lines (24 loc) · 2.04 KB
/
phpstan.neon
File metadata and controls
24 lines (24 loc) · 2.04 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
parameters:
level: 2
paths:
- "./src"
- "./tests"
ignoreErrors:
- '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder|Illuminate\\Database\\Query\\Builder::getRelation\(\).#'
- '#Call to an undefined static method SDamian\\Tests\\Larasort\\Fixtures\\Models\\Customer::count\(\)#'
- '#Call to an undefined static method SDamian\\Tests\\Larasort\\Fixtures\\Models\\Customer::select\(\)#'
- '#Call to an undefined static method SDamian\\Tests\\Larasort\\Relations\\OneToOne_OneToMany\\Fixtures\\Models\\(.*)::find\(\)#'
- '#Call to an undefined static method SDamian\\Tests\\Larasort\\Relations\\OneToOne_OneToMany\\Fixtures\\Models\\(.*)::count\(\)#'
- '#Call to an undefined static method SDamian\\Tests\\Larasort\\Relations\\OneToOne_OneToMany\\Fixtures\\Models\\(.*)::select\(\)#'
- '#Call to an undefined static method SDamian\\Tests\\Larasort\\Relations\\OneToOne_OneToMany\\Fixtures\\Models\\(.*)::autosortWith\(\)#'
- '#Call to an undefined static method Illuminate\\Support\\Facades\\Request::offsetSet\(\)#'
- '#Access to an undefined property Illuminate\\Http\\Request::\$order.#'
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$email.#'
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$title.#'
#- '#Cannot access property \$email on Illuminate\\Database\\Eloquent\\Model\|null.#'
#- '#Call to an undefined method object::getTable\(\).#'
#- '#Cannot call method has\(\) on array|Illuminate\\Http\\Request\|string\|null.#'
#- '#Access to an undefined property SDamian\\Tests\\Larasort\\Fixtures\\Models\\(.*)::\$sortablesAs.#'
#- '#Access to an undefined property SDamian\\Tests\\Larasort\\Fixtures\\Models\\(.*)::\$sortablesRelated.#'
#- '#SDamian\\Tests\\Larasort\\Relations\\OneToOne_OneToMany\\Fixtures\\Models\\(.*)::\$sortablesAs.#'
#- "Call to function property_exists() with $this(SDamian\Tests\Larasort\Relations\OneToOne_OneToMany\Fixtures\Models\User) and 'sortablesToTables' will always evaluate to false.#"