Passed
Push — 2.4.1 ( 1a996b...93c1da )
by Hossein
03:06
created
src/Sitemap.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,9 @@
 block discarded – undo
53 53
 
54 54
     public function render($sort = false): string
55 55
     {
56
-        if ($sort)
57
-            sort($this->tags);
56
+        if ($sort) {
57
+                    sort($this->tags);
58
+        }
58 59
 
59 60
         $tags = $this->tags;
60 61
 
Please login to merge, or discard this patch.