1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00

Remove redundant int cast

This commit is contained in:
Josh Di Fabio 2017-10-03 09:57:20 +01:00 committed by Niklas Keller
parent 577bcc1f92
commit 007e084779

View File

@ -214,7 +214,6 @@ class EioHandle implements Handle {
throw new PendingOperationError;
}
$offset = (int) $offset;
switch ($whence) {
case \SEEK_SET:
$this->position = $offset;