From a9e032fd92da666821e397b4015d2684a1994824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Vanvelthem?= Date: Fri, 29 Jun 2018 13:07:48 +0200 Subject: [PATCH] updated to phpstan 0.10 --- phpstan.neon | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index d250cee..c8875c9 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,5 +2,7 @@ parameters: fileExtensions: - php reportUnmatchedIgnoredErrors: true - #ignoreErrors: - # - '#Call to an undefined method Soluble\\Japha\\Interfaces\\JavaObject::#' + ignoreErrors: + # For now this one is incorrect + - '#Strict comparison using === between PDOStatement and false will always evaluate to false.#' +