From e516a1eb22fd17d38ed656e5044f2e1688fdd953 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 16 Mar 2024 17:21:56 +0100 Subject: [PATCH] feat: fix deprecation --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index a5cda2b..31bd899 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -60,11 +60,6 @@ parameters: count: 1 path: src/Cookie.php - - - message: "#^Parameter \\#1 \\$string of function rtrim expects string, string\\|null given\\.$#" - count: 1 - path: src/Cookie.php - - message: "#^Class Http\\\\Message\\\\CookieJar implements generic interface IteratorAggregate but does not specify its types\\: TKey, TValue$#" count: 1