mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Remove ignore errors section covered by larastan config
This commit is contained in:
parent
e4cf59c034
commit
fd524c5f14
14
phpstan.neon
14
phpstan.neon
|
@ -9,18 +9,4 @@ parameters:
|
||||||
- resources/lang
|
- resources/lang
|
||||||
- resources/views
|
- resources/views
|
||||||
|
|
||||||
|
|
||||||
level: 4
|
level: 4
|
||||||
|
|
||||||
ignoreErrors:
|
|
||||||
- '#Class, interface or enum named #'
|
|
||||||
- '#Call to an undefined static method App\\Models\\.*::where.*\(\)#'
|
|
||||||
- '#Call to an undefined static method App\\Models\\.*::firstOr.*\(\)#'
|
|
||||||
- '#Call to an undefined static method App\\Models\\.*::find.*\(\)#'
|
|
||||||
- '#Call to an undefined static method App\\Models\\.*::get.*\(\)#'
|
|
||||||
- '#Call to an undefined static method App\\Models\\.*::has.*\(\)#'
|
|
||||||
- '#Call to static method info\(\) on an unknown class Log#'
|
|
||||||
- '#Call to static method debug\(\) on an unknown class Log#'
|
|
||||||
- '#Call to static method getSchemaBuilder\(\) on an unknown class DB#'
|
|
||||||
- '#Call to static method call\(\) on an unknown class Artisan.#'
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue