From 7d41fe4a742b6ca5cd55af3d80238476142a092b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Fri, 29 Mar 2024 10:20:56 +0100 Subject: [PATCH] Remove obsolete PHPStan ignore --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index face67bb..b15e79d0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -29,7 +29,6 @@ parameters: # Errors caused by public properties in eZ Platform - '#Property Ibexa\\Contracts\\Core\\Repository\\Values\\User\\Limitation::\$limitationValues \(array\) on left side of \?\? is not nullable.#' - - '#Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Query\\Criterion::\$value#' - '#Call to function is_string\(\) with string will always evaluate to true.#' - '#Call to function is_array\(\) with array(<.*>)? will always evaluate to true.#' - '#Instanceof between (.*) and (.*) will always evaluate to true.#'