Ignore more special cases ?->

This commit is contained in:
Dennis Eichhorn 2018-09-12 22:20:21 +02:00
parent d11890ef99
commit bf7ec6a7bd

View File

@ -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