We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c71f74 commit 0449fc0Copy full SHA for 0449fc0
1 file changed
src/Types/Type.php
@@ -46,4 +46,9 @@ public function jsonSerialize(): mixed
46
return $this->toArray();
47
}
48
49
+ public function __debugInfo(): array
50
+ {
51
+ return $this->toArray();
52
+ }
53
+
54
0 commit comments