From b5fda7a03abbb2c1090172e197cfce7d6d04c056 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Wed, 13 Mar 2024 11:34:42 +0100 Subject: [PATCH] Fix phpstan errors --- phpstan-baseline.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6dbadd6..6fe60f2 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -47,7 +47,7 @@ parameters: - message: "#^Cannot access offset 'error' on mixed\\.$#" - count: 3 + count: 1 path: library/Pdfexport/HeadlessChrome.php - @@ -67,12 +67,12 @@ parameters: - message: "#^Cannot access offset 'webSocketDebuggerUrl' on array\\|bool\\.$#" - count: 1 + count: 2 path: library/Pdfexport/HeadlessChrome.php - message: "#^Cannot call method on\\(\\) on React\\\\Stream\\\\ReadableStreamInterface\\|React\\\\Stream\\\\WritableStreamInterface\\|null\\.$#" - count: 1 + count: 2 path: library/Pdfexport/HeadlessChrome.php -