@@ -231,7 +231,7 @@ |
||
| 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 | } |