mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
Ignore more special cases ?->
This commit is contained in:
parent
d11890ef99
commit
bf7ec6a7bd
|
|
@ -3,6 +3,8 @@ parameters:
|
|||
- '#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\.#'
|
||||
- '#Cannot call method prepare\(\) on PDO\|null\.#'
|
||||
- '#Cannot call method beginTransaction\(\) on 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::(.*)#'
|
||||
|
|
@ -17,4 +19,5 @@ parameters:
|
|||
excludes_analyse:
|
||||
- *.tpl.php
|
||||
- */tests/*
|
||||
- */test/*
|
||||
- */test/*
|
||||
- *Test.php
|
||||
Loading…
Reference in New Issue
Block a user