Completed
Pull Request — master (#8)
by
unknown
02:43
created
Sitemap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
             return $item;
174 174
         }, $urls);
175 175
 
176
-        usort($urls, function ($urlA, $urlB) {
176
+        usort($urls, function($urlA, $urlB) {
177 177
             if (!isset($urlA['priority'])) {
178 178
                 return 1;
179 179
             }
Please login to merge, or discard this patch.