Completed
Push — master ( dc82d8...d048aa )
by Kristof
14:05
created
src/Offer/ImageUpdateTrait.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -89,9 +89,9 @@
 block discarded – undo
89 89
     {
90 90
         return array(
91 91
             'item_id' => $this->itemId,
92
-            'media_object_id' => (string) $this->mediaObjectId,
93
-            'description' => (string) $this->description,
94
-            'copyright_holder' => (string) $this->copyrightHolder
92
+            'media_object_id' => (string)$this->mediaObjectId,
93
+            'description' => (string)$this->description,
94
+            'copyright_holder' => (string)$this->copyrightHolder
95 95
         );
96 96
     }
97 97
 
Please login to merge, or discard this patch.