Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#6094-undefined-symbo…
Browse files Browse the repository at this point in the history
…ls-fixes' into develop

Close zendframework/zendframework#6094
Forward Port zendframework/zendframework#6094
  • Loading branch information
Ocramius committed Apr 13, 2014
2 parents e1b9197 + 670ab0e commit fceb70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Part.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fceb70c

Please sign in to comment.