@@ -24,7 +24,7 @@ |
||
24 | 24 | if ($this->accessManager->canCreateProperty($property)) { |
25 | 25 | if ($annotation = $this->reader->getPropertyAnnotation($property, Form::class)) { |
26 | 26 | $builder->add($property->getName(), $annotation->type, $annotation->options); |
27 | - } else{ |
|
27 | + } else { |
|
28 | 28 | $builder->add($property->getName()); |
29 | 29 | } |
30 | 30 | } |