Completed
Push — master ( 0d32b3...beb1f2 )
by Matthew
02:46
created
src/Loader/Statistics/AbstractStatisticsLoader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,10 +150,10 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Loader/Statistics/AlertStatisticsLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * Construct
25 25
      *
26 26
      * @param \Ps2alerts\Api\Repository\AlertRepository    $repository
27
-     * @param \Ps2alerts\Api\Helper\DataFormatter          $dataFormatter
27
+     * @param DataFormatterHelper          $dataFormatter
28 28
      */
29 29
     public function __construct(
30 30
         AlertRepository     $repository,
Please login to merge, or discard this patch.