Extend ignored errors

This commit is contained in:
Dennis Eichhorn 2018-04-01 20:12:59 +02:00
parent c0ebacd162
commit d1b83d595b

View File

@ -1,9 +1,11 @@
parameters:
ignoreErrors:
- '#Access to protected property Web\\WebApplication::\$[a-zA-Z0-9_]+#'
- '#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::#'
- '#Access to an undefined property phpOMS\\DataStorage\\DataStorageConnectionInterface::(.*)#'
- '#Call to an undefined method phpOMS\\Module\\ModuleAbstract::(.*)#'
- '#Access to an undefined property phpOMS\\ApplicationAbstract::(.*)#'
fileExtensions:
- php
excludes_analyse: