mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-06-20 06:31:48 +02:00
Rename property
This commit is contained in:
@ -20,7 +20,7 @@ class DecodedValue
|
||||
public ?mixed $value = null,
|
||||
public ?string $error = null,
|
||||
public ?int $code = null,
|
||||
public ?JsonException $e = null,
|
||||
public ?JsonException $exception = null,
|
||||
public ?string $json = null,
|
||||
) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user