From 1be5a0aedc6ca35578d528827b07586ef1faac1e Mon Sep 17 00:00:00 2001 From: Edmond <1571649+EdmondDantes@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:54:44 +0200 Subject: [PATCH] * fix constructor + change Doc comment --- phpstan.neon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 11fecc2..342b536 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,5 +8,4 @@ parameters: #- identifier: instanceof.alwaysTrue #- identifier: instanceof.alwaysFalse - identifier: identical.alwaysFalse - # - '#Strict comparison using === between true and false will always evaluate to false#' - - '#Result of && is always false#' \ No newline at end of file + # - '#Strict comparison using === between true and false will always evaluate to false#' \ No newline at end of file