@@ -43,7 +43,6 @@ |
||
43 | 43 | /** |
44 | 44 | * Description. |
45 | 45 | * |
46 | - * @param datatype $variable Description |
|
47 | 46 | * |
48 | 47 | * @return object as a response object |
49 | 48 | * @throws Exception |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use Anax\Commons\ContainerInjectableInterface; |
6 | 6 | use Anax\Commons\ContainerInjectableTrait; |
7 | 7 | use Forum\Answer\HTMLForm\CreateForm; |
8 | -use Forum\Forum\HTMLForm\DeleteForm; |
|
9 | -use Forum\Forum\HTMLForm\UpdateForm; |
|
10 | 8 | use Forum\Question\Question; |
11 | 9 | |
12 | 10 | // use Anax\Route\Exception\ForbiddenException; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Anax\HTMLForm\FormModel; |
6 | 6 | use Forum\Answer\Answer; |
7 | -use Forum\User\User; |
|
8 | 7 | use Psr\Container\ContainerInterface; |
9 | 8 | |
10 | 9 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Anax\HTMLForm\FormModel; |
6 | 6 | use Forum\Answer\Answer; |
7 | 7 | use Forum\Comment\Comment; |
8 | -use Forum\User\User; |
|
9 | 8 | use Psr\Container\ContainerInterface; |
10 | 9 | |
11 | 10 |
@@ -14,7 +14,7 @@ |
||
14 | 14 | /** |
15 | 15 | * Constructor injects with DI container. |
16 | 16 | * |
17 | - * @param Psr\Container\ContainerInterface $di a service container |
|
17 | + * @param ContainerInterface $di a service container |
|
18 | 18 | */ |
19 | 19 | public function __construct(ContainerInterface $di) |
20 | 20 | { |
@@ -44,7 +44,6 @@ discard block |
||
44 | 44 | /** |
45 | 45 | * Description. |
46 | 46 | * |
47 | - * @param datatype $variable Description |
|
48 | 47 | * |
49 | 48 | * @throws Exception |
50 | 49 | * |
@@ -67,7 +66,6 @@ discard block |
||
67 | 66 | /** |
68 | 67 | * Description. |
69 | 68 | * |
70 | - * @param datatype $variable Description |
|
71 | 69 | * |
72 | 70 | * @throws Exception |
73 | 71 | * |
@@ -89,7 +87,6 @@ discard block |
||
89 | 87 | /** |
90 | 88 | * Description. |
91 | 89 | * |
92 | - * @param datatype $variable Description |
|
93 | 90 | * |
94 | 91 | * @throws Exception |
95 | 92 | * |
@@ -43,7 +43,6 @@ |
||
43 | 43 | /** |
44 | 44 | * Description. |
45 | 45 | * |
46 | - * @param datatype $variable Description |
|
47 | 46 | * |
48 | 47 | * @return object as a response object |
49 | 48 | * @throws Exception |
@@ -43,7 +43,6 @@ |
||
43 | 43 | /** |
44 | 44 | * Description. |
45 | 45 | * |
46 | - * @param datatype $variable Description |
|
47 | 46 | * |
48 | 47 | * @return object as a response object |
49 | 48 | * @throws Exception |
@@ -43,7 +43,6 @@ |
||
43 | 43 | /** |
44 | 44 | * Description. |
45 | 45 | * |
46 | - * @param datatype $variable Description |
|
47 | 46 | * |
48 | 47 | * @return object as a response object |
49 | 48 | * @throws Exception |
@@ -7,8 +7,6 @@ |
||
7 | 7 | use Forum\Answer\Answer; |
8 | 8 | use Forum\Comment\Comment; |
9 | 9 | use Forum\Question\HTMLForm\CreateForm; |
10 | -use Forum\Forum\HTMLForm\DeleteForm; |
|
11 | -use Forum\Forum\HTMLForm\UpdateForm; |
|
12 | 10 | use Forum\Tag\Tag; |
13 | 11 | |
14 | 12 | // use Anax\Route\Exception\ForbiddenException; |
@@ -43,7 +43,6 @@ |
||
43 | 43 | /** |
44 | 44 | * Description. |
45 | 45 | * |
46 | - * @param datatype $variable Description |
|
47 | 46 | * |
48 | 47 | * @return object as a response object |
49 | 48 | * @throws Exception |