Ignore some general problems and bugs

This commit is contained in:
Dennis Eichhorn 2018-07-14 18:34:12 +02:00
parent 73720de6a7
commit b151b809cf

View File

@ -7,6 +7,10 @@ parameters:
- '#Call to an undefined method phpOMS\\Module\\ModuleAbstract::(.*)#'
- '#Access to an undefined property phpOMS\\ApplicationAbstract::(.*)#'
- '#Cannot access property (.*) on phpOMS\\ApplicationAbstract(.*)#'
- '#Call to an undefined method phpOMS\\DataStorage\\Database\\BuilderAbstract::(.*)#'
- '#Call to an undefined method object::getId\(\)#'
- '#Strict comparison using === between array and false will always evaluate to false#'
- '#Cannot call method (.*) on PDO\|null#'
fileExtensions:
- php
excludes_analyse: