Passed
Pull Request — master (#13)
by Marcin
05:01
created
src/RequestParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
 
320 320
         $tRes = [];
321 321
         foreach ($sort->toArray() as $param) {
322
-            $tRes[] = Sort::DIRECTION_DESC === $param->direction ? Sort::DESC_IDENTIFIER . $param->param : $param->param;
322
+            $tRes[] = Sort::DIRECTION_DESC === $param->direction ? Sort::DESC_IDENTIFIER.$param->param : $param->param;
323 323
         }
324 324
         if (0 === count($tRes)) {
325 325
             unset($this->queryParams[self::SORT_IDENTIFIER]);
Please login to merge, or discard this patch.