Passed
Push — master ( 33b535...ab5fff )
by Nelson
02:44
created
src/IntString.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
             throw new InvalidArgumentException($msg, 1, $e);
116 116
         }
117 117
 
118
-        $stringValue = ltrim($obj, "${intValue}");
118
+        $stringValue = ltrim($obj, "${intvalue}");
119 119
 
120 120
         // Validate that 0 (zero) is not interpreted as '' (empty string)
121 121
         if ($stringValue === $obj) {
Please login to merge, or discard this patch.