Completed
Push — master ( bb8873...fdf725 )
by Will
347:54 queued 313:56
created
tests/unit/ShopStockTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
 {
17 17
     protected static $fixture_file = 'fixtures.yml';
18 18
 
19
+    /**
20
+     * @param integer $value
21
+     */
19 22
     private function setStockFor($item, $value)
20 23
     {
21 24
         $warehouse = $this->objFromFixture(ProductWarehouse::class, 'warehouse');
Please login to merge, or discard this patch.