Completed
Push — master ( eb51c3...f27b00 )
by Dev
03:46
created
src/Service/FeedDumpService.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,8 @@
 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 != :noi OR p.metaRobots NOT LIKE :noi2')
89
-           ->setParameter('noi', 'noindex')
90
-           ->setParameter('noi2', '%noindex%');
89
+            ->setParameter('noi', 'noindex')
90
+            ->setParameter('noi2', '%noindex%');
91 91
         $qb->andWhere('p.mainContent NOT LIKE :noi')->setParameter('noi', 'Location:%');
92 92
 
93 93
         if (null !== $limit) {
Please login to merge, or discard this patch.