@@ -133,6 +133,6 @@ |
||
| 133 | 133 | /** @var Field[] $fields */ |
| 134 | 134 | $fields = (new AnnotationEntityHydrator())->extractSpecAnnotations($className, Field::class); |
| 135 | 135 | |
| 136 | - return isset($fields[$propertyName]) ? $fields[$propertyName]: null; |
|
| 136 | + return isset($fields[$propertyName]) ? $fields[$propertyName] : null; |
|
| 137 | 137 | } |
| 138 | 138 | } |