@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | /** |
| 16 | 16 | * Constructor injects with DI container and the id to update. |
| 17 | 17 | * |
| 18 | - * @param Anax\DI\DIInterface $di a service container |
|
| 18 | + * @param DIInterface $di a service container |
|
| 19 | 19 | * @param integer $id to update |
| 20 | 20 | */ |
| 21 | 21 | public function __construct(DIInterface $di, $id) |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | * Callback for submit-button which should return true if it could |
| 55 | 55 | * carry out its work and false if something failed. |
| 56 | 56 | * |
| 57 | - * @return void |
|
| 57 | + * @return boolean |
|
| 58 | 58 | */ |
| 59 | 59 | public function callbackSubmit() |
| 60 | 60 | { |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | /** |
| 15 | 15 | * Constructor injects with DI container. |
| 16 | 16 | * |
| 17 | - * @param Anax\DI\DIInterface $di a service container |
|
| 17 | + * @param DIInterface $di a service container |
|
| 18 | 18 | */ |
| 19 | 19 | public function __construct(DIInterface $di, $id) |
| 20 | 20 | { |