Passed
Push — v2 ( da15c4...0c1c16 )
by Daniel
04:32
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.
src/EventListener/Doctrine/UserListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 class UserListener
24 24
 {
25 25
     private UserPasswordEncoderInterface $passwordEncoder;
26
-    private ?array $changeSet = null;
26
+    private ? array $changeSet = null;
27 27
 
28 28
     public function __construct(UserPasswordEncoderInterface $passwordEncoder)
29 29
     {
Please login to merge, or discard this patch.