Passed
Pull Request — master (#64)
by Daniel
06:35
created
src/Entity/Component/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * @ORM\Column(type="json", nullable=true)
43 43
      */
44
-    private ?array $defaultQueryParameters = null;
44
+    private ? array $defaultQueryParameters = null;
45 45
 
46 46
     /**
47 47
      * @ApiProperty(writable=false)
Please login to merge, or discard this patch.