@@ -50,7 +50,7 @@ |
||
| 50 | 50 | * Read the next value, convert it to its type and return it |
| 51 | 51 | * |
| 52 | 52 | * @param JsonReadable $reader |
| 53 | - * @return DateTimeInterface|null |
|
| 53 | + * @return null|DateTime |
|
| 54 | 54 | * @throws \Tebru\Gson\Exception\JsonSyntaxException If the DateTime could not be created from format |
| 55 | 55 | */ |
| 56 | 56 | public function read(JsonReadable $reader): ?DateTimeInterface |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | /** |
| 39 | 39 | * Update internal stack and stack types, appending values |
| 40 | 40 | * |
| 41 | - * @param mixed $jsonElement |
|
| 41 | + * @param JsonElement $jsonElement |
|
| 42 | 42 | */ |
| 43 | 43 | private function updateStack(JsonElement $jsonElement): void |
| 44 | 44 | { |