@@ -16,7 +16,6 @@ |
||
16 | 16 | class DateTimeImmutableRepository extends BaseRepository |
17 | 17 | { |
18 | 18 | /** |
19 | - * @param array $row |
|
20 | 19 | * @return DateTimeImmutable |
21 | 20 | */ |
22 | 21 | public function create($data) |
@@ -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, |