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 8bec18c commit e676eae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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 @@ -65,11 +65,6 @@ parameters:
count: 1
path: library/Pdfexport/HeadlessChrome.php

-
message: "#^Cannot access offset 'webSocketDebuggerUrl' on array\\|bool\\.$#"
count: 1
path: library/Pdfexport/HeadlessChrome.php

-
message: "#^Cannot call method on\\(\\) on React\\\\Stream\\\\ReadableStreamInterface\\|React\\\\Stream\\\\WritableStreamInterface\\|null\\.$#"
count: 1
Expand Down

0 comments on commit e676eae

Please sign in to comment.