Completed
Push — master ( 4b4cd8...a64817 )
by Jan Willem
02:57
created
src/Client.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -445,14 +445,14 @@
 block discarded – undo
445 445
     }
446 446
 
447 447
 
448
-     /**
449
-     * Get Thumbnail of an item.
450
-     *
451
-     * @param string $itemId Item id
452
-     * @param int    $size   Thumbnail size: THUMBNAIL_SIZE_M or THUMBNAIL_SIZE_L (optional)
453
-     *
454
-     * @return array
455
-     */
448
+        /**
449
+         * Get Thumbnail of an item.
450
+         *
451
+         * @param string $itemId Item id
452
+         * @param int    $size   Thumbnail size: THUMBNAIL_SIZE_M or THUMBNAIL_SIZE_L (optional)
453
+         *
454
+         * @return array
455
+         */
456 456
     public function getThumbnailUrl(string $itemId, int $size = 75):array
457 457
     {
458 458
         $parameters = $this->buildHttpQuery(
Please login to merge, or discard this patch.