Passed
Push — master ( acb60a...9ce0e5 )
by Serge
02:05
created
Sitemap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@
 block discarded – undo
231 231
      */
232 232
     protected function sortUrlsByPriority()
233 233
     {
234
-        usort($this->renderedUrls, function ($urlA, $urlB) {
234
+        usort($this->renderedUrls, function($urlA, $urlB) {
235 235
             if (!isset($urlA['priority'])) {
236 236
                 return 1;
237 237
             }
Please login to merge, or discard this patch.