Completed
Pull Request — master (#2)
by
unknown
04:35
created
src/BridgeComponents/FetchResults.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     {
105 105
         $query = $result->getStatement()->queryString;
106 106
         $countResult = $result->getConnection()->query(
107
-            'SELECT COUNT(*) FROM ('. $query .') AS count_table'
107
+            'SELECT COUNT(*) FROM ('.$query.') AS count_table'
108 108
         );
109 109
 
110 110
         return (int) $countResult->fetch()[0];
Please login to merge, or discard this patch.