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

Magento 2.2 Compatibility Patch #51

Closed
wants to merge 3 commits into from
Closed

Conversation

Silarn
Copy link
Contributor

@Silarn Silarn commented Sep 29, 2017

There was one breaking change in Magento 2.2 - the Mail Transport interface added a new getMessage function requirement.

This change should be backward compatible.

@centerax centerax self-assigned this Sep 29, 2017
@centerax
Copy link
Member

thanks @Silarn . Once the failing test passes, we will merge it.

@centerax centerax self-requested a review September 29, 2017 19:05
@@ -82,6 +82,10 @@ public function sendMessage()
return true;
}

public function getMessage() {
Copy link
Member

Choose a reason for hiding this comment

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

please put the opening brace on a new line.

@centerax centerax closed this Oct 2, 2017
@Silarn
Copy link
Contributor Author

Silarn commented Oct 2, 2017

Sorry I didn't get to this this weekend, but it looks like it's been handled.

@centerax
Copy link
Member

centerax commented Oct 2, 2017

its sorted, thanks @Silarn for your contribution.

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

2 participants