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

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Decode.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static function splitMessageStruct($message, $boundary, $EOL = Mime::LINE
* @param Headers $headers output param, headers container
* @param string $body output param, content of message
* @param string $EOL EOL string; defaults to {@link Zend_Mime::LINEEND}
* @param boolean $strict enable strict mode for parsing message
* @param bool $strict enable strict mode for parsing message
* @return null
*/
public static function splitMessage($message, &$headers, &$body, $EOL = Mime::LINEEND, $strict = false)
Expand Down
2 changes: 1 addition & 1 deletion src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function addPart(Part $part)
* Check if message needs to be sent as multipart
* MIME message or if it has only one part.
*
* @return boolean
* @return bool
*/
public function isMultiPart()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Mime.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Mime
* false, encode the string for secure delivery.
*
* @param string $str
* @return boolean
* @return bool
*/
public static function isPrintable($str)
{
Expand Down

0 comments on commit ab784fe

Please sign in to comment.