diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 82f6ae8ed6b0daa6fdcda863505163848859c57c..91a9452b0b2edcf8c15ee911219e7bffe05710a9 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