From 55851151424c339301ff737c4a631b7995d53a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Fri, 26 Oct 2018 16:29:40 +0200 Subject: [PATCH] Update phpstan.neon --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 69640db..5a6eff6 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -16,4 +16,3 @@ parameters: - '#^Access to an undefined property object::\$value#' - '#^Method Tests\\Unit\\Classes\\TestPresenter::#' - '#^Method Tests\\Functional\\Fixtures\\ArticlePresenter::#' - - '#^Strict comparison using !== between ReflectionType and null will always evaluate to true#'