We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95cb72 commit 99c4ccaCopy full SHA for 99c4cca
phpstan.neon.dist
@@ -9,8 +9,9 @@ parameters:
9
10
level: max
11
12
- # ignoreErrors:
13
- # - '#Unsafe usage of new static#'
+ ignoreErrors:
+ - '#^Cannot call method debug\(\) on Illuminate\\Log\\LogManager\|null.$#'
14
+ - '#^Call to an undefined method Mockery\\ExpectationInterface\|Mockery\\HigherOrderMessage::withArgs\(\).$#'
15
#
16
# excludePaths:
17
# - ./*/*/FileToBeExcluded.php
0 commit comments