From c0ebacd1628590db933cffc45db070a31f5c4bc6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 1 Apr 2018 19:55:23 +0200 Subject: [PATCH] Ignore error message --- Config/phpstan.neon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index f4af204..e25184c 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -1,8 +1,9 @@ parameters: ignoreErrors: - - '#Access to protected property Web\WebApplication::\$[a-zA-Z0-9_]+#' + - '#Access to protected property Web\\WebApplication::\$[a-zA-Z0-9_]+#' - '#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::#' fileExtensions: - php excludes_analyse: