Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed May 5, 2023
1 parent fd4734c commit 4c3c31d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ parameters:
count: 2
path: src/PaginatedDataCollection.php

-
message: "#^Dead catch \\- ArgumentCountError is never thrown in the try block\\.$#"
count: 1
path: src/Resolvers/DataFromArrayResolver.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$acceptedTypes is already assigned\\.$#"
count: 2
Expand Down

0 comments on commit 4c3c31d

Please sign in to comment.