Passed
Push — master ( 439abb...cbcfda )
by
unknown
09:10
created
src/Resolver/MollieAllowedMethodsResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,6 +61,6 @@
 block discarded – undo
61 61
 
62 62
     private function parseTotalToString(int $total): string
63 63
     {
64
-        return substr_replace((string)$total, '.', -2, 0);
64
+        return substr_replace((string) $total, '.', -2, 0);
65 65
     }
66 66
 }
Please login to merge, or discard this patch.