diff --git a/src/Part.php b/src/Part.php index 2fde6cc..98e46d9 100644 --- a/src/Part.php +++ b/src/Part.php @@ -68,7 +68,7 @@ public function isStream() * reading the content. very useful for large file attachments. * * @param string $EOL - * @return stream + * @return resource * @throws Exception\RuntimeException if not a stream or unable to append filter */ public function getEncodedStream($EOL = Mime::LINEEND)