@@ -244,7 +244,7 @@ |
||
| 244 | 244 | */ |
| 245 | 245 | private function createAttributeTypeGetter(array $attributeTypes): Closure |
| 246 | 246 | { |
| 247 | - return function (string $attributeType) use ($attributeTypes) : string { |
|
| 247 | + return function(string $attributeType) use ($attributeTypes) : string { |
|
| 248 | 248 | return array_key_exists($attributeType, $attributeTypes) === true ? |
| 249 | 249 | $attributeTypes[$attributeType] : Type::STRING; |
| 250 | 250 | }; |