@@ -61,7 +61,7 @@ |
||
| 61 | 61 | * |
| 62 | 62 | * @link https://www.php.net/manual/ru/json.constants.php |
| 63 | 63 | */ |
| 64 | - protected const JSON_DECODING_OPTIONS = JSON_BIGINT_AS_STRING|JSON_OBJECT_AS_ARRAY; |
|
| 64 | + protected const JSON_DECODING_OPTIONS = JSON_BIGINT_AS_STRING | JSON_OBJECT_AS_ARRAY; |
|
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | 67 | * {@inheritdoc} |