From a1a0509fa6a3f9576d7f8a70993e6204ff5dbd11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Fri, 12 Jan 2024 07:13:57 +0100 Subject: [PATCH] [CI] Updated phpstan baseline (#1111) --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9063b0ca47..8b51465812 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -6691,7 +6691,7 @@ parameters: path: src/lib/Form/Type/ContentType/ContentTypesDeleteType.php - - message: "#^Parameter \\#1 \\$child of method Symfony\\\\Component\\\\Form\\\\FormBuilderInterface\\:\\:add\\(\\) expects string\\|Symfony\\\\Component\\\\Form\\\\FormBuilderInterface, int\\|string given\\.$#" + message: "#^Parameter \\#1 \\$child of method Symfony\\\\Component\\\\Form\\\\FormBuilderInterface\\\\:\\:add\\(\\) expects string\\|Symfony\\\\Component\\\\Form\\\\FormBuilderInterface, int\\|string given\\.$#" count: 1 path: src/lib/Form/Type/ContentType/FieldDefinitionsCollectionType.php