Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Feb 2, 2018
1 parent ff9aec0 commit 266f959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.1",
"swiftmailer/swiftmailer": "^6.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/MimeParser.php
Expand Up @@ -78,7 +78,7 @@ public function parseString(string $string, bool $fillHeaders = false, \Swift_Mi
}

/**
* @param stream $stream
* @param resource $stream
*/
public function parseStream($stream, bool $fillHeaders = false, \Swift_Mime_SimpleMimeEntity $message = null): \Swift_Mime_SimpleMimeEntity
{
Expand Down

0 comments on commit 266f959

Please sign in to comment.