Passed
Pull Request — master (#1627)
by Rafael
04:57
created
Classes/IndexQueue/Queue.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -535,7 +535,7 @@
 block discarded – undo
535 535
      */
536 536
     public function getStatisticsBySite(Site $site, $indexingConfigurationName = '')
537 537
     {
538
-         return $this->queueStatisticsRepository->findOneByRootPidAndOptionalIndexingConfigurationName($site->getRootPageId(), $indexingConfigurationName);
538
+            return $this->queueStatisticsRepository->findOneByRootPidAndOptionalIndexingConfigurationName($site->getRootPageId(), $indexingConfigurationName);
539 539
     }
540 540
 
541 541
     /**
Please login to merge, or discard this patch.