Skip to content

Commit

Permalink
Fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Mar 13, 2024
1 parent e84510f commit b5fda7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parameters:

-
message: "#^Cannot access offset 'error' on mixed\\.$#"
count: 3
count: 1
path: library/Pdfexport/HeadlessChrome.php

-
Expand All @@ -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

-
Expand Down

0 comments on commit b5fda7a

Please sign in to comment.