@@ -24,6 +24,9 @@ |
||
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, |