-
Notifications
You must be signed in to change notification settings - Fork 823
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: Allow Email to re-render when data changes #9876
Conversation
PHPUnit reporting 100% on the updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good ... tested it locally and it works as expected. Unit tests looks thorough.
Could you target the change to the 4.7 branch so we can chip it in a 4.7 patch release?
c43789c
to
325ebf1
Compare
@maxime-rainville Now targeted against the 4.7 branch |
src/Control/Email/Email.php
Outdated
/** | ||
* @return $this | ||
*/ | ||
public function invalidateBody() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our linter wants this to be a separate line
public function invalidateBody() { | |
public function invalidateBody() | |
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have added a new commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge once the linting error is fix.
This PR fixes #9289