From 645cd58f979d877f7a30691ed17b8b0b5565e357 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 3 Apr 2024 11:02:06 +0200 Subject: [PATCH] Update baseline --- phpstan/baseline-8.1.neon | 5 ----- phpstan/baseline.neon | 5 ----- 2 files changed, 10 deletions(-) diff --git a/phpstan/baseline-8.1.neon b/phpstan/baseline-8.1.neon index 6807635f8..2090b8e2b 100644 --- a/phpstan/baseline-8.1.neon +++ b/phpstan/baseline-8.1.neon @@ -265,11 +265,6 @@ parameters: count: 1 path: ../src/Composer/Util/RemoteFilesystem.php - - - message: "#^Parameter \\#1 \\$include_path of function set_include_path expects string, string\\|false given\\.$#" - count: 2 - path: ../tests/Composer/Test/Autoload/AutoloadGeneratorTest.php - - message: "#^Parameter \\#1 \\$string of function rtrim expects string, string\\|false given\\.$#" count: 2 diff --git a/phpstan/baseline.neon b/phpstan/baseline.neon index adbcd83dd..64828b622 100644 --- a/phpstan/baseline.neon +++ b/phpstan/baseline.neon @@ -4843,11 +4843,6 @@ parameters: count: 2 path: ../tests/Composer/Test/Autoload/AutoloadGeneratorTest.php - - - message: "#^Parameter \\#1 \\$new_include_path of function set_include_path expects string, string\\|false given\\.$#" - count: 2 - path: ../tests/Composer/Test/Autoload/AutoloadGeneratorTest.php - - message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#" count: 1