Completed
Push — v2 ( d5188d...4f2850 )
by Daniel
03:34
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/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.