Passed
Branch master (b007b0)
by Victor
03:04
created
src/JString.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
             return $this;
97 97
         }
98 98
 
99
-        return $this->value . $str;
99
+        return $this->value.$str;
100 100
     }
101 101
 
102 102
     /**
Please login to merge, or discard this patch.