@@ -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) |
20 | 20 | { |
@@ -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) |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | * Callback for submit-button which should return true if it could |
95 | 95 | * carry out its work and false if something failed. |
96 | 96 | * |
97 | - * @return boolean true if okey, false if something went wrong. |
|
97 | + * @return boolean|null true if okey, false if something went wrong. |
|
98 | 98 | */ |
99 | 99 | public function callbackSubmit() |
100 | 100 | { |
@@ -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 DIInterface $di a service container |
|
19 | 19 | */ |
20 | 20 | public function __construct(DIInterface $di) |
21 | 21 | { |
@@ -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) |
20 | 20 | { |
@@ -31,7 +31,6 @@ discard block |
||
31 | 31 | /** |
32 | 32 | * Description. |
33 | 33 | * |
34 | - * @param datatype $variable Description |
|
35 | 34 | * |
36 | 35 | * @throws Exception |
37 | 36 | * |
@@ -53,7 +52,6 @@ discard block |
||
53 | 52 | /** |
54 | 53 | * Description. |
55 | 54 | * |
56 | - * @param datatype $variable Description |
|
57 | 55 | * |
58 | 56 | * @throws Exception |
59 | 57 | * |
@@ -82,7 +80,6 @@ discard block |
||
82 | 80 | /** |
83 | 81 | * Description. |
84 | 82 | * |
85 | - * @param datatype $variable Description |
|
86 | 83 | * |
87 | 84 | * @throws Exception |
88 | 85 | * |
@@ -111,7 +108,6 @@ discard block |
||
111 | 108 | /** |
112 | 109 | * Description. |
113 | 110 | * |
114 | - * @param datatype $variable Description |
|
115 | 111 | * |
116 | 112 | * @throws Exception |
117 | 113 | * |