Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jul 5, 2023
1 parent 3378080 commit a975123
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -95,56 +95,6 @@ parameters:
count: 1
path: src/Resolvers/DataFromArrayResolver.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$acceptedTypes is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$dataClass is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$dataCollectableType is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$isDataCollectable is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$isDataObject is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$isLazy is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$isMixed is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$isNullable is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$isOptional is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Readonly property Spatie\\\\LaravelData\\\\Support\\\\DataType\\:\\:\\$lazyType is already assigned\\.$#"
count: 2
path: src/Support/DataType.php

-
message: "#^Call to an undefined method DateTimeInterface\\:\\:setTimezone\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit a975123

Please sign in to comment.