Completed
Push — master ( ce3632...60fb1d )
by Thomas
46s
created
src/EntityFetcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -297,7 +297,7 @@
 block discarded – undo
297 297
         $this->columns = ['t0.*'];
298 298
         $this->modifier = ['DISTINCT'];
299 299
 
300
-        return (int)$this->entityManager->getConnection()->query($query)->fetchColumn();
300
+        return (int) $this->entityManager->getConnection()->query($query)->fetchColumn();
301 301
     }
302 302
 
303 303
     /**
Please login to merge, or discard this patch.