Ignore false-positives from PHPStan

This commit is contained in:
dantleech 2018-07-28 08:20:47 +02:00
Родитель c28b34b5e5
Коммит 7e57c194f4
1 изменённых файлов: 6 добавлений и 0 удалений

6
phpstan.neon Normal file
Просмотреть файл

@ -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./"