Passed
Push — master ( b10843...fe2cbb )
by Jeroen
02:49
created
src/Generator/SitemapGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             $itemNode->addChild('loc', $this->url . $item->getUrl());
52 52
             $itemNode->addChild('changefreq', $item->getChangeFrequency()->__toString());
53 53
             $itemNode->addChild('lastmod', $item->getLastModifiedOn()->format('Y-m-d'));
54
-            $itemNode->addChild('priority', $item->getPriority()/10);
54
+            $itemNode->addChild('priority', $item->getPriority() / 10);
55 55
         }
56 56
 
57 57
         return $rootNode->asXML();
Please login to merge, or discard this patch.