Passed
Push — master ( 43b0ff...bd50a9 )
by Jeroen
59s queued 14s
created
src/Generator/SitemapGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
             $itemNode->addChild('loc', $this->getUrl() . $item->getUrl());
60 60
             $itemNode->addChild('changefreq', $item->getChangeFrequency()->__toString());
61 61
             $itemNode->addChild('lastmod', $item->getLastModifiedOn()->format('Y-m-d'));
62
-            $itemNode->addChild('priority', $item->getPriority()/10);
62
+            $itemNode->addChild('priority', $item->getPriority() / 10);
63 63
         }
64 64
 
65 65
         return $rootNode->asXML();
Please login to merge, or discard this patch.