Completed
Push — master ( 55b270...9c7fd0 )
by Dmitry
03:07
created
src/price/ModelGroupPrice.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
      */
25 25
     protected $subprices = [];
26 26
 
27
+    /**
28
+     * @param string $id
29
+     */
27 30
     public function __construct(
28 31
         $id,
29 32
         TypeInterface $type,
Please login to merge, or discard this patch.