| @@ -17,7 +17,7 @@ | ||
| 17 | 17 |      { | 
| 18 | 18 | $value = is_null($value) ? [] : (is_array($value) ? $value : json_decode($value, true)); | 
| 19 | 19 | |
| 20 | - return new static((array) $value); | |
| 20 | + return new static((array)$value); | |
| 21 | 21 | } | 
| 22 | 22 | |
| 23 | 23 | public function has(string $key): bool |