Skip to content

Commit fd524c5

Browse files
committed
Remove ignore errors section covered by larastan config
1 parent e4cf59c commit fd524c5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

phpstan.neon

-14
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,4 @@ parameters:
99
- resources/lang
1010
- resources/views
1111

12-
1312
level: 4
14-
15-
ignoreErrors:
16-
- '#Class, interface or enum named #'
17-
- '#Call to an undefined static method App\\Models\\.*::where.*\(\)#'
18-
- '#Call to an undefined static method App\\Models\\.*::firstOr.*\(\)#'
19-
- '#Call to an undefined static method App\\Models\\.*::find.*\(\)#'
20-
- '#Call to an undefined static method App\\Models\\.*::get.*\(\)#'
21-
- '#Call to an undefined static method App\\Models\\.*::has.*\(\)#'
22-
- '#Call to static method info\(\) on an unknown class Log#'
23-
- '#Call to static method debug\(\) on an unknown class Log#'
24-
- '#Call to static method getSchemaBuilder\(\) on an unknown class DB#'
25-
- '#Call to static method call\(\) on an unknown class Artisan.#'
26-

0 commit comments

Comments
 (0)