Passed
Push — v2 ( bb2b66...5fd3b3 )
by Daniel
14:22
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.
src/Entity/Component/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     /**
41 41
      * @ORM\Column(type="json", nullable=true)
42 42
      */
43
-    private ?array $defaultQueryParameters;
43
+    private ? array $defaultQueryParameters;
44 44
 
45 45
     /**
46 46
      * @ApiProperty(writable=false)
Please login to merge, or discard this patch.