Passed
Pull Request — master (#5)
by lee
02:26 queued 16s
created
src/Asserts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     {
57 57
         foreach ($expectations as $assert => $expected) {
58 58
             if (strpos($assert, 'assert') === false) {
59
-                $assert = 'assert' . ucfirst($assert);
59
+                $assert = 'assert'.ucfirst($assert);
60 60
             }
61 61
 
62 62
             $msgKey = \lcfirst(\str_replace('assert', '', $assert));
Please login to merge, or discard this patch.