| @@ -77,7 +77,7 @@ | ||
| 77 | 77 | string $key, | 
| 78 | 78 | mixed $default = null, | 
| 79 | 79 | ?string $filter = null, | 
| 80 | - int|array $options = 0 | |
| 80 | + int | array $options = 0 | |
| 81 | 81 |      ): mixed { | 
| 82 | 82 | return Env::get($key, $default, $filter, $options); | 
| 83 | 83 | } |