Build/Config/phpstan.neon
2018-07-14 13:41:39 +02:00

15 lines
651 B
Plaintext

parameters:
ignoreErrors:
- '#Access to protected property Web\\WebApplication::(.*)#'
- '#Calling method prepare\(\) on possibly null value of type PDO\|null\.#'
- '#Calling method lastInsertId\(\) on possibly null value of type PDO\|null\.#'
- '#Access to an undefined property phpOMS\\DataStorage\\DataStorageConnectionInterface::(.*)#'
- '#Call to an undefined method phpOMS\\Module\\ModuleAbstract::(.*)#'
- '#Access to an undefined property phpOMS\\ApplicationAbstract::(.*)#'
- '#Cannot access property (.*) on phpOMS\\ApplicationAbstract(.*)#'
fileExtensions:
- php
excludes_analyse:
- *.tpl.php
- */tests/*
- */test/*