Skip to content

Commit da59596

Browse files
author
Deploy
committedMar 12, 2025
Added phpstan changes to dist config
1 parent 6f019ad commit da59596

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎phpstan.neon.dist

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
includes:
22
- phpstan-baseline.neon
3-
43
parameters:
54
level: 8
5+
ignoreErrors:
6+
- identifier: larastan.noEnvCallsOutsideOfConfig
67
paths:
78
- src
89
- config
910
tmpDir: build/phpstan
1011
excludePaths:
1112
- src/Commands/GenerateKeyCommand.php # excluded because the facade triggers an internal phpstan error
1213
- src/Jobs/IndexNowSubmitJob.php # excluded because the facade triggers an internal phpstan error
13-
14+
- src/Facades/IndexNow.php

0 commit comments

Comments
 (0)