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