@@ -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 Anax\DI\DIInterface $dis a service container |
|
| 18 | 18 | */ |
| 19 | 19 | public function __construct(DIInterface $dis) |
| 20 | 20 | { |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | * Callback for submit-button which should return true if it could |
| 61 | 61 | * carry out its work and false if something failed. |
| 62 | 62 | * |
| 63 | - * @return boolean true if okey, false if something went wrong. |
|
| 63 | + * @return boolean|null true if okey, false if something went wrong. |
|
| 64 | 64 | */ |
| 65 | 65 | public function callbackSubmit() |
| 66 | 66 | { |
@@ -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 Anax\DI\DIInterface $dis a service container |
|
| 18 | 18 | * @param integer $id to update |
| 19 | 19 | */ |
| 20 | 20 | public function __construct(DIInterface $dis, $id) |
@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | * |
| 71 | 71 | * @param integer $id get details on item with id. |
| 72 | 72 | * |
| 73 | - * @return boolean true if okey, false if something went wrong. |
|
| 73 | + * @return Comment true if okey, false if something went wrong. |
|
| 74 | 74 | */ |
| 75 | 75 | public function isgetItemDetails($id) |
| 76 | 76 | { |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | * Callback for submit-button which should return true if it could |
| 87 | 87 | * carry out its work and false if something failed. |
| 88 | 88 | * |
| 89 | - * @return boolean true if okey, false if something went wrong. |
|
| 89 | + * @return boolean|null true if okey, false if something went wrong. |
|
| 90 | 90 | */ |
| 91 | 91 | public function callbackSubmit() |
| 92 | 92 | { |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | /** |
| 16 | 16 | * Constructor injects with DI container. |
| 17 | 17 | * |
| 18 | - * @param Anax\DI\DIInterface $di a service container |
|
| 18 | + * @param Anax\DI\DIInterface $dis a service container |
|
| 19 | 19 | */ |
| 20 | 20 | public function __construct(DIInterface $dis) |
| 21 | 21 | { |
@@ -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 Anax\DI\DIInterface $dis a service container |
|
| 18 | 18 | * @param integer $id to update |
| 19 | 19 | */ |
| 20 | 20 | public function __construct(DIInterface $dis, $id) |
@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | * |
| 71 | 71 | * @param integer $id get details on item with id. |
| 72 | 72 | * |
| 73 | - * @return boolean true if okey, false if something went wrong. |
|
| 73 | + * @return Comment true if okey, false if something went wrong. |
|
| 74 | 74 | */ |
| 75 | 75 | public function isgetItemDetails($id) |
| 76 | 76 | { |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | * Callback for submit-button which should return true if it could |
| 87 | 87 | * carry out its work and false if something failed. |
| 88 | 88 | * |
| 89 | - * @return boolean true if okey, false if something went wrong. |
|
| 89 | + * @return boolean|null true if okey, false if something went wrong. |
|
| 90 | 90 | */ |
| 91 | 91 | public function callbackSubmit() |
| 92 | 92 | { |