Skip to content

Commit

Permalink
Remove missing fields from debugInfo (var_dump)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiiFuchs authored Jun 16, 2024
1 parent 2c71f74 commit 0449fc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Types/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ public function jsonSerialize(): mixed
return $this->toArray();
}

public function __debugInfo(): array
{
return $this->toArray();
}

}

0 comments on commit 0449fc0

Please sign in to comment.