-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Forwardport] Removed space before ending sentence. #17483
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
[Forwardport] Removed space before ending sentence. #17483
Conversation
Hi @gelanivishal. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
* @magentoApiDataFixture Magento/Sales/_files/quote.php | ||
* @magentoApiDataFixture Magento/Checkout/_files/discount_10percent.php | ||
*/ | ||
public function testSetCouponWihSpaces() |
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 this changes not related to spaces removing. Please, revert.
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.
Reverted.
*/ | ||
public function execute() | ||
{ | ||
$version = $this->productMetadata->getVersion(); |
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 this changes not related to this PR
@sidolov Please check now. |
|
||
if (!isset($versionParts[0]) || !isset($versionParts[1])) { | ||
return; // Major and minor version are not set - return empty response | ||
} |
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.
This changes not related to PR, please, revert
Hi @gelanivishal , please, take a look at failed tests. |
Hi @gelanivishal , I am closing this PR now due to inactivity. |
Original Pull Request
#16717
Description
Removed space before ending of statement and semicolon.
Fixed Issues (if relevant)
N/A
Manual testing scenarios
N/A
Contribution checklist