From 007e0847793a9c2e70bf860a16defc2f5eab5e8c Mon Sep 17 00:00:00 2001 From: Josh Di Fabio Date: Tue, 3 Oct 2017 09:57:20 +0100 Subject: [PATCH] Remove redundant int cast --- lib/EioHandle.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/EioHandle.php b/lib/EioHandle.php index 994ca12..78e723d 100644 --- a/lib/EioHandle.php +++ b/lib/EioHandle.php @@ -214,7 +214,6 @@ class EioHandle implements Handle { throw new PendingOperationError; } - $offset = (int) $offset; switch ($whence) { case \SEEK_SET: $this->position = $offset;