Passed
Branch master (776013)
by payever
03:51
created
ExternalIntegration/Products/Http/RequestEntity/ProductRequestEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
     public function getImagesUuid()
220 220
     {
221 221
         return array_map(
222
-            function ($imageName) {
222
+            function($imageName) {
223 223
                 return substr($imageName, 0, strpos($imageName, '.'));
224 224
             },
225 225
             $this->getImages()
Please login to merge, or discard this patch.