@@ -43,6 +43,9 @@ |
||
43 | 43 | */ |
44 | 44 | protected $sums; |
45 | 45 | |
46 | + /** |
|
47 | + * @param string|null $id |
|
48 | + */ |
|
46 | 49 | public function __construct( |
47 | 50 | $id, |
48 | 51 | TypeInterface $type, |