From 6363e7735b61365c4ac1d97a16a5835a2b82028a Mon Sep 17 00:00:00 2001 From: condor2 Date: Sat, 27 Jul 2024 15:22:35 +0300 Subject: [PATCH] Typo Phpstan --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index b2ee138f..8b843baa 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,4 +13,4 @@ parameters: ignoreErrors: - '#Class Event constructor invoked with 1 parameter, 4-5 required\.#' - '#Constant [A-Z_]+ not found\.#' - - '#Class Session constructor invoked with 2 parameters, 0-1 required.\.#' + - '#Class Session constructor invoked with 2 parameters, 0-1 required\.#'