@@ -150,10 +150,10 @@ |
||
150 | 150 | * Takes common requests and appends them to the query object. Any other |
151 | 151 | * special requirements will be handled after |
152 | 152 | * |
153 | - * @param Ps2alerts\Api\QueryObjects\QueryObject $queryObject |
|
153 | + * @param QueryObject $queryObject |
|
154 | 154 | * @param array $post |
155 | 155 | * |
156 | - * @return Ps2alerts\Api\QueryObjects\QueryObject |
|
156 | + * @return QueryObject |
|
157 | 157 | */ |
158 | 158 | public function setupQueryObject(QueryObject $queryObject, array $post) |
159 | 159 | { |
@@ -31,7 +31,7 @@ |
||
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, |