From 987f749f7d178ccfafdcc9662d422abe3da5c8a2 Mon Sep 17 00:00:00 2001
From: Jan Wennrich <jan.wennrich@pcsg.de>
Date: Fri, 9 Aug 2024 19:05:33 +0200
Subject: [PATCH] chore(phpstan): update baseline

---
 phpstan-baseline.neon | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 82f6ae8..91a9452 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -1,5 +1,10 @@
 parameters:
 	ignoreErrors:
+		-
+			message: "#^Parameter \\#2 \\$val of method QUI\\\\QDOM\\:\\:setAttribute\\(\\) expects array\\|bool\\|object\\|string, int given\\.$#"
+			count: 1
+			path: src/QUI/Timeline/Bricks/Timeline.php
+
 		-
 			message: "#^Variable \\$Engine might not be defined\\.$#"
 			count: 1
@@ -7,5 +12,5 @@ parameters:
 
 		-
 			message: "#^Variable \\$Site might not be defined\\.$#"
-			count: 3
+			count: 4
 			path: types/timeline.php
-- 
GitLab