@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | /** |
22 | 22 | * Constructor injects with DI container and the id to update. |
23 | 23 | * |
24 | - * @param Anax\DI\DIInterface $di a service container |
|
24 | + * @param DIInterface $di a service container |
|
25 | 25 | */ |
26 | 26 | public function __construct(DIInterface $di) |
27 | 27 | { |
@@ -52,8 +52,8 @@ discard block |
||
52 | 52 | /** |
53 | 53 | * Sets the callable to use for creating routes. |
54 | 54 | * |
55 | - * @param callable $urlCreate to create framework urls. |
|
56 | 55 | * |
56 | + * @param string $route |
|
57 | 57 | * @return void |
58 | 58 | */ |
59 | 59 | public function setUrlCreator($route) |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | /** |
82 | 82 | * Returns text if updated |
83 | 83 | * |
84 | - * @param object $item |
|
84 | + * @param string $item |
|
85 | 85 | * @return string htmlcode |
86 | 86 | */ |
87 | 87 | public function getExtra($item) |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | /** |
120 | 120 | * Returns html for each item |
121 | 121 | * |
122 | - * @param object $item |
|
122 | + * @param Comm $item |
|
123 | 123 | * @param boolean $isadmin |
124 | 124 | * @param string $viewone |
125 | 125 | * |