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.
2 parents 7884021 + 8458222 commit 54fc17eCopy full SHA for 54fc17e
src/Types/GenericType.php
@@ -37,9 +37,9 @@ public function __construct( string $json = null ) {
37
38
/**
39
* Ritorna le proprietà della classe serializzabili
40
- * @return array
+ * @return array|mixed
41
*/
42
- public function jsonSerialize() {
+ public function jsonSerialize(): mixed {
43
$properties = [];
44
45
foreach ( get_object_vars( $this ) as $key => $value ) {
0 commit comments