Completed
Push — v2 ( d0d63b...85e3cb )
by Daniel
04:19
created
src/Entity/Component/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * @ORM\Column(type="array", nullable=true)
39 39
      */
40
-    private ?array $defaultQueryParameters;
40
+    private ? array $defaultQueryParameters;
41 41
 
42 42
     public function getResourceClass(): string
43 43
     {
Please login to merge, or discard this patch.