From 43893c00c29c01b5ca9dae2392a5695752a3c2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Bia=C5=82czak?= Date: Thu, 10 Oct 2024 15:02:17 +0200 Subject: [PATCH] Resolved phpstan errors on PHP 8.3 --- phpstan-baseline-8.3.neon | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/phpstan-baseline-8.3.neon b/phpstan-baseline-8.3.neon index 9c45740199..65330a0eb8 100644 --- a/phpstan-baseline-8.3.neon +++ b/phpstan-baseline-8.3.neon @@ -160,11 +160,6 @@ parameters: count: 1 path: src/lib/Tab/LocationView/ContentTab.php - - - message: "#^Parameter \\#1 \\$string of function strtolower expects string, string\\|null given\\.$#" - count: 1 - path: src/lib/Translation/Extractor/PolicyTranslationExtractor.php - - message: "#^Parameter \\#1 \\$array of function usort expects TArray of array\\, iterable\\ given\\.$#" count: 1 @@ -180,11 +175,6 @@ parameters: count: 1 path: src/lib/UI/Config/Provider/ContentTypes.php - - - message: "#^Parameter \\#1 \\$array of function array_filter expects array, iterable\\ given\\.$#" - count: 1 - path: src/lib/UI/Dataset/ContentDraftsDataset.php - - message: "#^Parameter \\#2 \\$length of function array_chunk expects int\\<1, max\\>, int given\\.$#" count: 1