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 #127

Merged
merged 3 commits into from
Nov 18, 2016
Merged

Fix issue #126 #127

merged 3 commits into from
Nov 18, 2016

Conversation

fkoyer
Copy link
Contributor

@fkoyer fkoyer commented Nov 17, 2016

No description provided.

@@ -324,6 +324,7 @@ public function getMessageBody($type = 'text')
$headers = $this->getPart('headers', $part);
$encodingType = array_key_exists('content-transfer-encoding', $headers) ?
$headers['content-transfer-encoding'] : '';
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.

  • Expected 0 spaces after opening bracket; 1 found
  • Expected 0 spaces before closing bracket; 1 found
  • Expected 1 newline after opening brace; 0 found
  • Closing brace must be on a line by itself

@coveralls
Copy link

Coverage Status

Coverage increased (+0.009%) to 97.214% when pulling a28e757 on fko2221:fix-issue-126 into 9e4da9b on php-mime-mail-parser:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.009%) to 97.214% when pulling a28e757 on fko2221:fix-issue-126 into 9e4da9b on php-mime-mail-parser:master.

@@ -324,6 +324,9 @@ public function getMessageBody($type = 'text')
$headers = $this->getPart('headers', $part);
$encodingType = array_key_exists('content-transfer-encoding', $headers) ?
$headers['content-transfer-encoding'] : '';
if ( is_array($encodingType) ) {

Choose a reason for hiding this comment

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

  • Expected 0 spaces after opening bracket; 1 found
  • Expected 0 spaces before closing bracket; 1 found

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 97.231% when pulling f430918 on fko2221:fix-issue-126 into 9e4da9b on php-mime-mail-parser:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 97.231% when pulling f430918 on fko2221:fix-issue-126 into 9e4da9b on php-mime-mail-parser:master.

@coveralls
Copy link

coveralls commented Nov 17, 2016

Coverage Status

Coverage increased (+0.03%) to 97.231% when pulling e5d29de on fko2221:fix-issue-126 into 9e4da9b on php-mime-mail-parser:master.

@eXorus eXorus merged commit 194fe56 into php-mime-mail-parser:master Nov 18, 2016
@eXorus
Copy link
Member

eXorus commented Nov 18, 2016

Thanks for your contribution

@fkoyer fkoyer deleted the fix-issue-126 branch November 18, 2016 15:05
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

4 participants