-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Merge v19 -> v20 #2416
Merge v19 -> v20 #2416
Conversation
Thanks guys, I'd wait until release day to merge, just in case more PRs get approved. |
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.
Another approval just because :)
Beginning with version 8.0, PHP throws a type error if the first parameter is neither an object or a class, so the translate method breaks if the translator key is not set to the editor config (which can be the case by the way). We could also use an early return to fix the issue here, but in my opinion the translation method stays understandable and simple enough so the additional check for an existing translator can be added to the IF-statement.
67365e4
* Correct usage for adding items to ArrayObject * Updated phpstan baseline
updated and fixed various conflicts |
This pull request fixes 10 alerts when merging d425ca8 into 59faedd - view on LGTM.com fixed alerts:
|
…arrier() and Mage_Payment_Model_Config::_getMethod() (#2424)
E.g. customer review: filter by customer group
* Fixed typo * Fixed unknown types * Updated phpstan-baseline.neon * Update app/code/core/Zend/Validate/EmailAddress.php Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com> * Update app/code/core/Mage/Adminhtml/Block/System/Config/Tabs.php Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com> * Update app/code/core/Mage/Paypal/Model/Express/Checkout.php Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com> Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
This pull request fixes 10 alerts when merging 726865a into 59faedd - view on LGTM.com fixed alerts:
|
@sreichel @addison74 @Flyingmana This PR should be up to date now, if we approve it and merge it I can make a release later today or tomorrow (probably tomorrow, I've a wedding today) |
This pull request fixes 10 alerts when merging b885d69 into 59faedd - view on LGTM.com fixed alerts:
|
waiting for the checks to finish and I'll merge and tag a draft release |
Since there are new commits since #2370 we need another forward port PR before the next release