Skip to content

Commit f009309

Browse files
committed
fix: ignore NativeAppServiceProvider not existing
1 parent 5be8381 commit f009309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ parameters:
99
# Level 9 is the highest level
1010
level: 5
1111

12-
# ignoreErrors:
12+
ignoreErrors:
13+
- '#Class App\\Providers\\NativeAppServiceProvider not found#'
1314
# - '#PHPDoc tag @var#'
1415
#
1516
# excludePaths:

0 commit comments

Comments
 (0)