Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 126 for attachment #198

Merged
merged 5 commits into from Apr 30, 2018
Merged

Fix issue 126 for attachment #198

merged 5 commits into from Apr 30, 2018

Conversation

eXorus
Copy link
Member

@eXorus eXorus commented Apr 30, 2018

No description provided.

src/Parser.php Outdated
@@ -665,6 +665,10 @@ protected function getAttachmentStream(&$part)
*/
protected function decodeContentTransfer($encodedString, $encodingType)
{
if (is_array($encodingType)) {
$encodingType = $encodingType[0];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line indented incorrectly; expected at least 12 spaces, found 11

@coveralls
Copy link

coveralls commented Apr 30, 2018

Coverage Status

Coverage remained the same at 97.842% when pulling 9ab9288 on fix-issue-126-for-attachment into 8dc06ab on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 97.381% when pulling 931b392 on fix-issue-126-for-attachment into 8dc06ab on master.

@eXorus eXorus merged commit 4769e94 into master Apr 30, 2018
@eXorus eXorus deleted the fix-issue-126-for-attachment branch March 19, 2019 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants