Completed
Push — master ( 700e42...8caa47 )
by Gilmar
39:30 queued 14:31
created
src/Entity/Product/Sku/Manager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
         return $this->execute($this->factoryMap($route), $product->toJson());
39 39
     }
40 40
 
41
+    /**
42
+     * @param string $type
43
+     */
41 44
     protected function getDetail($skuId, $type)
42 45
     {
43 46
         $response = $this->perform($this->factoryMap('get'.$type, ['sku' => $skuId]));
Please login to merge, or discard this patch.