We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f019ad commit da59596Copy full SHA for da59596
phpstan.neon.dist
@@ -1,13 +1,14 @@
1
includes:
2
- phpstan-baseline.neon
3
-
4
parameters:
5
level: 8
+ ignoreErrors:
6
+ - identifier: larastan.noEnvCallsOutsideOfConfig
7
paths:
8
- src
9
- config
10
tmpDir: build/phpstan
11
excludePaths:
12
- src/Commands/GenerateKeyCommand.php # excluded because the facade triggers an internal phpstan error
13
- src/Jobs/IndexNowSubmitJob.php # excluded because the facade triggers an internal phpstan error
14
+ - src/Facades/IndexNow.php
0 commit comments