Passed
Pull Request — master (#15)
by Roman
03:38
created
RequestProcessor/Step/Create/BuildCreateFormStep.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.