mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-11 08:48:40 +00:00
Extend ignored errors
This commit is contained in:
parent
c0ebacd162
commit
d1b83d595b
|
|
@ -1,9 +1,11 @@
|
||||||
parameters:
|
parameters:
|
||||||
ignoreErrors:
|
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 prepare\(\) on possibly null value of type PDO\|null\.#'
|
||||||
- '#Calling method lastInsertId\(\) 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:
|
fileExtensions:
|
||||||
- php
|
- php
|
||||||
excludes_analyse:
|
excludes_analyse:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user