Ignore false-positives from PHPStan
This commit is contained in:
Родитель
c28b34b5e5
Коммит
7e57c194f4
|
@ -0,0 +1,6 @@
|
|||
parameters:
|
||||
ignoreErrors:
|
||||
# phpstan issue, see: https://github.com/phpstan/phpstan/issues/1306
|
||||
- "/Variable .unaryExpression might not be defined./"
|
||||
- "/Variable .passedPrefix might not be defined./"
|
||||
- "/Variable .prefix might not be defined./"
|
Загрузка…
Ссылка в новой задаче