Test Setup Failed
Pull Request — master (#4201)
by Craig
05:05
created
src/system/SearchModule/Entity/Repository/SearchStatRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
         $query = $qb->getQuery();
41 41
 
42
-        return (int)$query->getSingleScalarResult();
42
+        return (int) $query->getSingleScalarResult();
43 43
     }
44 44
 
45 45
     public function getStats(array $filters = [], array $sorting = [], int $page = 1, int $pageSize = 25): PaginatorInterface
Please login to merge, or discard this patch.