Passed
Push — master ( ff20a1...14633b )
by MusikAnimal
04:24
created
src/Xtools/PagesRepository.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -271,10 +271,10 @@
 block discarded – undo
271 271
                     FROM $pageTable
272 272
                     JOIN $revisionTable ON page_id = rev_page
273 273
                     LEFT JOIN $pageAssessmentsTable ON rev_page = pa_page_id
274
-                    WHERE " . $conditions['whereRev'] . "
274
+                    WHERE ".$conditions['whereRev']."
275 275
                     AND rev_parent_id = '0'" .
276
-                    $conditions['namespaceRev'] .
277
-                    $conditions['redirects'] . "
276
+                    $conditions['namespaceRev'].
277
+                    $conditions['redirects']."
278 278
                     GROUP BY page_id
279 279
                 ) a
280 280
                 GROUP BY pa_class";
Please login to merge, or discard this patch.