@@ -21,7 +21,8 @@ discard block |
||
21 | 21 | /** |
22 | 22 | * Constructor injects with DI container. |
23 | 23 | * |
24 | - * @param Anax\DI\DIInterface $di a service container |
|
24 | + * @param DIInterface $di a service container |
|
25 | + * @param integer $id |
|
25 | 26 | */ |
26 | 27 | public function __construct(DIInterface $di, $id) |
27 | 28 | { |
@@ -104,7 +105,7 @@ discard block |
||
104 | 105 | * Callback for submit-button which should return true if it could |
105 | 106 | * carry out its work and false if something failed. |
106 | 107 | * |
107 | - * @return boolean true if okey, false if something went wrong. |
|
108 | + * @return false|null true if okey, false if something went wrong. |
|
108 | 109 | */ |
109 | 110 | public function callbackSubmit() |
110 | 111 | { |
@@ -14,7 +14,7 @@ discard block |
||
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) |
20 | 20 | { |
@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | * Callback for submit-button which should return true if it could |
90 | 90 | * carry out its work and false if something failed. |
91 | 91 | * |
92 | - * @return boolean true if okey, false if something went wrong. |
|
92 | + * @return false|null true if okey, false if something went wrong. |
|
93 | 93 | */ |
94 | 94 | public function callbackSubmit() |
95 | 95 | { |