Passed
Pull Request — master (#1618)
by Rafael
04:25
created
Classes/System/Records/Pages/PagesRepository.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -257,9 +257,9 @@
 block discarded – undo
257 257
         return $queryBuilder
258 258
             ->select(
259 259
                 'uid',
260
-				'mount_pid AS mountPageSource',
261
-				'uid AS mountPageDestination',
262
-				'mount_pid_ol AS mountPageOverlayed')
260
+                'mount_pid AS mountPageSource',
261
+                'uid AS mountPageDestination',
262
+                'mount_pid_ol AS mountPageOverlayed')
263 263
             ->from($this->table)
264 264
             ->add('where', $whereClause)
265 265
             ->execute()->fetchAll();
Please login to merge, or discard this patch.