Completed
Push — v2 ( 85e3cb...922925 )
by Daniel
04:11
created
src/Dto/File/FileData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     private ?string $fileExtension;
14 14
     private ?int $fileSize;
15 15
     private ?ImageMetadata $imageData;
16
-    private ?array $imagineData;
16
+    private ? array $imagineData;
17 17
 
18 18
     public function __construct(
19 19
         ?string $publicPath,
Please login to merge, or discard this patch.
src/Entity/Utility/UiTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     public ?string $uiComponent;
28 28
 
29 29
     /** @ORM\Column(type="json", nullable=true) */
30
-    public ?array $uiClassNames;
30
+    public ? array $uiClassNames;
31 31
 
32 32
     /**
33 33
      * @ORM\ManyToMany(targetEntity="Silverback\ApiComponentBundle\Entity\Core\ComponentGroup")
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
@@ -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.