Passed
Push — develop ( d1db4c...c78e49 )
by BENARD
08:56 queued 03:04
created
src/Tools/Score.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,6 +145,6 @@
 block discarded – undo
145 145
             $result = $tmpValue . $suffixe . $result;
146 146
         }
147 147
 
148
-        return ($negative ? '-' : '') .  $result;
148
+        return ($negative ? '-' : '') . $result;
149 149
     }
150 150
 }
Please login to merge, or discard this patch.