From e0b98721571e908665bd3d68ea1ae5e2b9026d10 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Tue, 7 Jun 2022 10:30:50 +0200 Subject: [PATCH] Update PHPUnit baseline --- e2e/integration/phpunit-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/e2e/integration/phpunit-baseline.neon b/e2e/integration/phpunit-baseline.neon index 9343ce61da..cfd3f2ce4b 100644 --- a/e2e/integration/phpunit-baseline.neon +++ b/e2e/integration/phpunit-baseline.neon @@ -3205,6 +3205,11 @@ parameters: count: 1 path: repo/src/Util/ErrorHandler.php + - + message: "#^Class Symfony\\\\Polyfill\\\\Ctype\\\\Ctype not found\\.$#" + count: 1 + path: repo/src/Util/ExcludeList.php + - message: "#^Parameter \\#1 \\$path of function dirname expects string, string\\|false given\\.$#" count: 1