Code cleanup, no functional changes
This commit is contained in:
@@ -180,7 +180,7 @@ final class Send extends Item
|
||||
public function feof(): bool
|
||||
{
|
||||
return (($this->sending instanceof Mail) || ($this->sending->isType(self::IS_TIC)))
|
||||
? ($this->file_pos == $this->size)
|
||||
? ($this->file_pos === $this->size)
|
||||
: feof($this->f);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user