Skip to content

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

Merged

Conversation

avoelkl
Copy link
Contributor

@avoelkl avoelkl commented May 25, 2018

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

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-engcom-team
Copy link
Contributor

@avoelkl thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository.

Copy link
Contributor

@dmanners dmanners left a 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
Copy link
Contributor

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

@avoelkl
Copy link
Contributor Author

avoelkl commented May 25, 2018

Hi @dmanners, I updated the PR and re-added the return in the doc.
Please note that I also reverted one commit that accidentally made it into this branch.

@dmanners
Copy link
Contributor

Thanks @avoelkl I will process this now.

@magento-engcom-team
Copy link
Contributor

Hi @dmanners, thank you for the review.
ENGCOM-1675 has been created to process this Pull Request

@sidolov sidolov changed the base branch from 2.2-develop to 2.3-develop May 30, 2018 11:57
@sidolov sidolov changed the base branch from 2.3-develop to 2.2 May 30, 2018 11:57
@sidolov sidolov changed the base branch from 2.2 to 2.2-develop May 30, 2018 11:57
@magento-engcom-team magento-engcom-team merged commit 488f4cd into magento:2.2-develop Jun 1, 2018
@magento-engcom-team
Copy link
Contributor

Hi @avoelkl. Thank you for your contribution.
Changes from your Pull Request will be available with the upcoming 2.2.6 release.

Please, consider to port this solution to 2.3 release line.
You may use Porting tool to port commits automatically.

@@ -5,7 +5,7 @@
*/

/**
* Multishipping checkout base abstract block
* Mustishipping checkout base abstract block
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

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

Maximum was correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants