Completed
Pull Request — master (#4416)
by Craig
20:52
created
src/system/AdminModule/Entity/Repository/AdminCategoryRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
             ->select('COUNT(c.cid)')
35 35
             ->getQuery();
36 36
 
37
-        return (int)$query->getSingleScalarResult();
37
+        return (int) $query->getSingleScalarResult();
38 38
     }
39 39
 
40 40
     public function getModuleCategory(int $moduleId): ?AdminCategoryEntity
Please login to merge, or discard this patch.