-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix method name (typo) #15514
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 method name (typo) #15514
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.
Just one small change
@@ -319,9 +319,18 @@ public function getQuote() | |||
} | |||
|
|||
/** | |||
* @return mixed |
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.
I think we might want to keep the return here
Hi @dmanners, I updated the PR and re-added the return in the doc. |
Thanks @avoelkl I will process this now. |
Hi @dmanners, thank you for the review. |
Hi @avoelkl. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
@@ -5,7 +5,7 @@ | |||
*/ | |||
|
|||
/** | |||
* Multishipping checkout base abstract block | |||
* Mustishipping checkout base abstract block |
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.
Multishipping was correct
@@ -9,7 +9,7 @@ | |||
use Magento\Quote\Model\Quote\Address; | |||
|
|||
/** | |||
* Multishipping checkout shipping | |||
* Mustishipping checkout shipping |
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.
Multishipping was correct
@@ -72,7 +72,7 @@ public function getAdminPasswordLifetime() | |||
} | |||
|
|||
/** | |||
* Get admin maximum security failures from config | |||
* Get admin maxiumum security failures from config |
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.
Maximum was correct
Description
This PR deprecates a current method with a typo and introduces the new method with correct spelling
Fixed Issues (if relevant)
none
Contribution checklist