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:
parent
577bcc1f92
commit
007e084779
@ -214,7 +214,6 @@ class EioHandle implements Handle {
|
||||
throw new PendingOperationError;
|
||||
}
|
||||
|
||||
$offset = (int) $offset;
|
||||
switch ($whence) {
|
||||
case \SEEK_SET:
|
||||
$this->position = $offset;
|
||||
|
Loading…
Reference in New Issue
Block a user