From b151b809cf96d867ba458b42c9a0963a522290a8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 14 Jul 2018 18:34:12 +0200 Subject: [PATCH] Ignore some general problems and bugs --- Config/phpstan.neon | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 5e24f39..04e8356 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -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: