diff --git a/src/ToInt.php b/src/ToInt.php index 86e7caa5..557c3f43 100644 --- a/src/ToInt.php +++ b/src/ToInt.php @@ -26,7 +26,6 @@ public function filter($value) if (! is_scalar($value)) { return $value; } - $value = (string) $value; return (int) $value; }