Skip to content

Commit

Permalink
Merge pull request #210 from seamuslee001/mime_part_minor
Browse files Browse the repository at this point in the history
Declare Subparts as array in mimePart to support PHP7.2
  • Loading branch information
seamuslee001 authored May 17, 2018
2 parents 93f590c + f4b10d0 commit c947829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mail/mimePart.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Mail_mimePart
* @var array
* @access private
*/
var $_subparts;
var $_subparts = [];

/**
* The output of this part after being built
Expand Down

0 comments on commit c947829

Please sign in to comment.