@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | $this->usesConstructor = $hasConstructor; |
| 46 | 46 | $this->properties = array_combine( |
| 47 | 47 | array_map( |
| 48 | - static function (PropertyMetadata $property) : string { |
|
| 48 | + static function(PropertyMetadata $property) : string { |
|
| 49 | 49 | return $property->getName(); |
| 50 | 50 | }, |
| 51 | 51 | $properties |
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | $defaultProperties = array_values( |
| 57 | 57 | array_filter( |
| 58 | 58 | $properties, |
| 59 | - static function (PropertyMetadata $property) : bool { |
|
| 59 | + static function(PropertyMetadata $property) : bool { |
|
| 60 | 60 | return $property->isDefault(); |
| 61 | 61 | } |
| 62 | 62 | ) |