@@ -115,7 +115,7 @@ |
||
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) { |