mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
parameters:
|
|
ignoreErrors:
|
|
- '#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::(.*)#'
|
|
- '#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#'
|
|
- '#Method phpOMS\\Message\\Http\\Rest::request\(\) should return string but returns string\|true#'
|
|
fileExtensions:
|
|
- php
|
|
excludes_analyse:
|
|
- *.tpl.php
|
|
- */tests/*
|
|
- */test/* |