-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Typo cleanup for app #13283
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
Typo cleanup for app #13283
Conversation
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.
Changes look good to me. I am going to invite more people for the review just in case, as change set is rather big.
- Suppressed warning for unused formal parameter in constructor so that static tests pass - Marked unused property as deprecated for future removal
@akiojalehto Thank you for contribution. Changes look good to me. |
@ishakhsuvarov Great, thank you. I noticed that the test result was unrelated to PR, but didn't spot the logic for it. |
@@ -51,7 +51,7 @@ public function setMaxPrice($maxPrice); | |||
|
|||
/** | |||
* Set max regular price | |||
* Max regular price is the same, as maximum price, except of excluding calculating special price and catalogules | |||
* Max regular price is the same, as maximum price, except of excluding calculating special price and catalogues |
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.
catalog rules maybe?
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 like yes
@akiojalehto I took the liberty of updating the doc block with more appropriate wording. Hope you don't mind |
@ishakhsuvarov Don't mind at all, it's much faster if you guys update directly all the things you see more appropriate. |
Description
I was adjusting my code inspection and made a little larger cleanup for typos while at it. No breaking changes, just misspellings.
Contribution checklist