Passed
Push — master ( 2388af...d5a28b )
by
unknown
27:07 queued 14:54
created
typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -418,8 +418,8 @@
 block discarded – undo
418 418
             if (!$statement) {
419 419
                 $queryBuilder = static::getQueryBuilderForTable('pages');
420 420
                 $queryBuilder->getRestrictions()
421
-                             ->removeAll()
422
-                             ->add(GeneralUtility::makeInstance(DeletedRestriction::class));
421
+                                ->removeAll()
422
+                                ->add(GeneralUtility::makeInstance(DeletedRestriction::class));
423 423
 
424 424
                 $queryBuilder
425 425
                     ->select(
Please login to merge, or discard this patch.