@@ -105,7 +105,6 @@ discard block |
||
105 | 105 | /** |
106 | 106 | * De-encode the POST from application/json vars for use |
107 | 107 | * |
108 | - * @param array $post |
|
109 | 108 | * |
110 | 109 | * @return array |
111 | 110 | */ |
@@ -132,10 +131,10 @@ discard block |
||
132 | 131 | * Takes common requests and appends them to the query object. Any other |
133 | 132 | * special requirements will be handled after |
134 | 133 | * |
135 | - * @param Ps2alerts\Api\QueryObjects\QueryObject $queryObject |
|
134 | + * @param QueryObject $queryObject |
|
136 | 135 | * @param array $post |
137 | 136 | * |
138 | - * @return Ps2alerts\Api\QueryObjects\QueryObject |
|
137 | + * @return QueryObject |
|
139 | 138 | */ |
140 | 139 | public function setupQueryObject(QueryObject $queryObject, array $post) |
141 | 140 | { |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | * |
32 | 32 | * @param \Ps2alerts\Api\Repository\AlertRepository $repository |
33 | 33 | * @param \Ps2alerts\Api\Loader\Metrics\MapMetricsLoader $mapLoader |
34 | - * @param \Ps2alerts\Api\Helper\DataFormatter $dataFormatter |
|
34 | + * @param DataFormatterHelper $dataFormatter |
|
35 | 35 | */ |
36 | 36 | public function __construct( |
37 | 37 | AlertRepository $repository, |
@@ -49,7 +49,6 @@ discard block |
||
49 | 49 | /** |
50 | 50 | * Read total counts for alerts |
51 | 51 | * |
52 | - * @param array $post |
|
53 | 52 | * |
54 | 53 | * @return array |
55 | 54 | */ |