Passed
Push — master ( 9a0cb8...6e53d7 )
by Jitendra
02:20
created
src/Asserts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     {
55 55
         foreach ($expectations as $assert => $expected) {
56 56
             if (\strpos($assert, 'assert') === false) {
57
-                $assert = 'assert' . \ucfirst($assert);
57
+                $assert = 'assert'.\ucfirst($assert);
58 58
             }
59 59
 
60 60
             $msgKey = \lcfirst(\str_replace('assert', '', $assert));
Please login to merge, or discard this patch.