Passed
Pull Request — master (#73)
by Daniel
06:20
created
src/Entity/Utility/UiTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     public ?string $uiComponent = null;
30 30
 
31 31
     /** @ORM\Column(type="json", nullable=true) */
32
-    public ?array $uiClassNames = null;
32
+    public ? array $uiClassNames = null;
33 33
 
34 34
     /**
35 35
      * @ORM\ManyToMany(targetEntity="ComponentCollection")
Please login to merge, or discard this patch.