@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | /** |
15 | 15 | * Constructor injects with DI container and the id to update. |
16 | 16 | * |
17 | - * @param Anax\DI\DIInterface $di a service container |
|
17 | + * @param DIInterface $di a service container |
|
18 | 18 | * @param integer $id to update |
19 | 19 | */ |
20 | 20 | public function __construct(DIInterface $di, $id) |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | * Callback for submit-button which should return true if it could |
67 | 67 | * carry out its work and false if something failed. |
68 | 68 | * |
69 | - * @return boolean true if okey, false if something went wrong. |
|
69 | + * @return boolean|null true if okey, false if something went wrong. |
|
70 | 70 | */ |
71 | 71 | public function callbackSubmit() |
72 | 72 | { |