Passed
Push — v2 ( 0900e0...35ac0b )
by Daniel
06:52
created
src/Entity/Utility/UiTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,5 +15,5 @@
 block discarded – undo
15 15
     public ?string $uiComponent;
16 16
 
17 17
     /** @ORM\Column(type="json", nullable=true) */
18
-    public ?array $uiClassNames;
18
+    public ? array $uiClassNames;
19 19
 }
Please login to merge, or discard this patch.