Completed
Push — master ( 3eecbd...62323a )
by Matteo
10s
created
src/BridgeComponents/FetchResults.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
         $query = $result->getStatement()->queryString;
106 106
 
107 107
         $countResult = $result->getConnection()->query(
108
-            'SELECT COUNT(*) FROM ('. $query .') AS ' . uniqid('count_')
108
+            'SELECT COUNT(*) FROM ('.$query.') AS '.uniqid('count_')
109 109
         );
110 110
 
111 111
         return (int) $countResult->fetch()[0];
Please login to merge, or discard this patch.