Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jan 9, 2024
1 parent e599870 commit 180a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/DataClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ protected static function resolveTransformationFields(
): LazyDataStructureProperty {
$closure = fn () => $properties
->reject(fn (DataProperty $property): bool => $property->hidden)
->map(function (DataProperty $property): null|true {
->map(function (DataProperty $property): null|bool {
if (
$property->type->kind->isDataCollectable()
|| $property->type->kind->isDataObject()
Expand Down

0 comments on commit 180a8e8

Please sign in to comment.