@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | */ |
| 22 | 22 | public array $args = []; |
| 23 | 23 | |
| 24 | - public null|string|Type $type = null; |
|
| 24 | + public null | string | Type $type = null; |
|
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * @param null|string $name Can be used to alias the field |
@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | */ |
| 30 | 30 | public function __construct( |
| 31 | 31 | public ?string $name = null, |
| 32 | - null|string $type = null, |
|
| 32 | + null | string $type = null, |
|
| 33 | 33 | public ?string $description = null, |
| 34 | 34 | ) { |
| 35 | 35 | $this->type = $type; |