Completed
Push — master ( 39e189...a82ea3 )
by Dev
13:08
created
src/Service/FeedDumpService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     {
87 87
         $qb = $this->em->getRepository($this->page_class)->getQueryToFindPublished('p');
88 88
         $qb->andWhere('p.metaRobots IS NULL OR p.metaRobots NOT LIKE :noi2')
89
-           ->setParameter('noi2', '%noindex%');
89
+            ->setParameter('noi2', '%noindex%');
90 90
         $qb->andWhere('p.mainContent NOT LIKE :noi')->setParameter('noi', 'Location:%');
91 91
 
92 92
         if (null !== $limit) {
Please login to merge, or discard this patch.