@@ -854,7 +854,7 @@ discard block |
||
| 854 | 854 | { |
| 855 | 855 | $object = new class { |
| 856 | 856 | /** @Subtype(BuiltinType::BOOL, allowsNull=true) */ |
| 857 | - #[Subtype(BuiltinType::BOOL, allowsNull: true)] |
|
| 857 | + #[Subtype(BuiltinType::BOOL, allowsNull : true)] |
|
| 858 | 858 | public array $value; |
| 859 | 859 | }; |
| 860 | 860 | |
@@ -1239,7 +1239,7 @@ discard block |
||
| 1239 | 1239 | { |
| 1240 | 1240 | $object = new class { |
| 1241 | 1241 | /** @Subtype(BuiltinType::BOOL, allowsNull=true) */ |
| 1242 | - #[Subtype(BuiltinType::BOOL, allowsNull: true)] |
|
| 1242 | + #[Subtype(BuiltinType::BOOL, allowsNull : true)] |
|
| 1243 | 1243 | public Stub\Collection $value; |
| 1244 | 1244 | }; |
| 1245 | 1245 | |