Completed
Pull Request — master (#12)
by eXeCUT
02:08
created
Sitemap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@
 block discarded – undo
228 228
      */
229 229
     protected function sortUrlsByPriority(&$urls)
230 230
     {
231
-        usort($urls, function ($urlA, $urlB) {
231
+        usort($urls, function($urlA, $urlB) {
232 232
             if (!isset($urlA['priority'])) {
233 233
                 return 1;
234 234
             }
Please login to merge, or discard this patch.