@@ -185,7 +185,7 @@ |
||
185 | 185 | throw $this->createNewInvalidNumberException($a); |
186 | 186 | } |
187 | 187 | |
188 | - $getType = function ($v, $firstType = null) { |
|
188 | + $getType = function($v, $firstType = null) { |
|
189 | 189 | $firstType = $firstType ?? self::TYPE_INT; |
190 | 190 | |
191 | 191 | return (strpos($v, '.') !== false) ? self::TYPE_FLOAT : $firstType; |