Skip to content

Commit 1534002

Browse files
authored
Merge pull request #381 from barbushin/develop
Fixed CI build issues
2 parents fe5bed8 + f115ae4 commit 1534002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpImap/Mailbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ public function downloadAttachment($dataInfo, $params, $partStructure, $mailId,
10931093
$fileName = $fileName;
10941094
}
10951095

1096-
$attachmentId = sha1($fileName . ($partStructure->ifid ? $partStructure->id : ""));
1096+
$attachmentId = sha1($fileName.($partStructure->ifid ? $partStructure->id : ''));
10971097

10981098
$attachment = new IncomingMailAttachment();
10991099
$attachment->id = $attachmentId;

0 commit comments

Comments
 (0)