Merge pull request #11725 from MrPetovan/bug/fatal-errors
Fix type hint typo in Protocol\Email::messageGetPart
This commit is contained in:
commit
d9d30c7b06
|
@ -221,7 +221,7 @@ class Email
|
||||||
* @param string $subtype sub type
|
* @param string $subtype sub type
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
private static function messageGetPart($mbox, int $uid, $p, in $partno, string $subtype): string
|
private static function messageGetPart($mbox, int $uid, $p, int $partno, string $subtype): string
|
||||||
{
|
{
|
||||||
// $partno = '1', '2', '2.1', '2.1.3', etc for multipart, 0 if simple
|
// $partno = '1', '2', '2.1', '2.1.3', etc for multipart, 0 if simple
|
||||||
global $htmlmsg,$plainmsg,$charset,$attachments;
|
global $htmlmsg,$plainmsg,$charset,$attachments;
|
||||||
|
|
Loading…
Reference in a new issue