Completed
Push — master ( 9a4ef2...e979cf )
by Gabriel
02:56
created
Test/Unit/Model/Inventory/StockbaseStockManagementTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -252,6 +252,10 @@
 block discarded – undo
252 252
         );
253 253
     }
254 254
     
255
+    /**
256
+     * @param integer $productId
257
+     * @param string $ean
258
+     */
255 259
     protected function configureStockbaseEan($productId, $ean)
256 260
     {
257 261
         $this->stockRegistry->method('getStockItem')->with($productId)->willReturn($this->stockItem);
Please login to merge, or discard this patch.
Model/Inventory/StockbaseStockManagement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     /**
177 177
      * Gets stock reserve entries for given products.
178 178
      *
179
-     * @param int|int[] $productIds
179
+     * @param integer $productIds
180 180
      * @return StockItemReserve[]
181 181
      */
182 182
     public function getReserveForProduct($productIds)
Please login to merge, or discard this patch.