Completed
Push — _tmp_43d6092f9c8b687d60d316c41... ( 43d609 )
by Kamil
454:19 queued 450:50
created
Model/InventoryUnitInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,5 +17,8 @@
 block discarded – undo
17 17
 
18 18
 interface InventoryUnitInterface extends ResourceInterface
19 19
 {
20
+    /**
21
+     * @return StockableInterface
22
+     */
20 23
     public function getStockable(): ?StockableInterface;
21 24
 }
Please login to merge, or discard this patch.