@@ -22,7 +22,6 @@ discard block |
||
22 | 22 | protected $eventManager; |
23 | 23 | |
24 | 24 | /** |
25 | - * @param ValidatorInterface $validator |
|
26 | 25 | * @param RepositoryInterface $repository |
27 | 26 | */ |
28 | 27 | public function __construct( |
@@ -37,7 +36,7 @@ discard block |
||
37 | 36 | /** |
38 | 37 | * @param mixed $id |
39 | 38 | * @param array $data |
40 | - * @return EntityInterface|null |
|
39 | + * @return null|\T4webDomainInterface\EntityInterface |
|
41 | 40 | */ |
42 | 41 | public function update($id, array $data) |
43 | 42 | { |