Skip to content

Clean up 'isset' coding style #26772

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

GraysonChiang
Copy link
Contributor

Description (*)

Code clean up

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 are green)

@m2-assistant
Copy link

m2-assistant bot commented Feb 8, 2020

Hi @GraysonChiang. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento give me test instance - deploy test instance based on PR changes
  • @magento give me 2.4-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Guide documentation.

Copy link
Contributor

@ihor-sviziev ihor-sviziev left a comment

Choose a reason for hiding this comment

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

Hi @GraysonChiang,
Could you review my comments and test failures and fix found issues?

Copy link
Contributor

@lbajsarowicz lbajsarowicz left a comment

Choose a reason for hiding this comment

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

Please verify the comment.

Failing tests not related to changes

@ghost ghost assigned lbajsarowicz Feb 8, 2020
@lbajsarowicz
Copy link
Contributor

@magento run all tests

@magento-engcom-team
Copy link
Contributor

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

@engcom-Delta
Copy link
Contributor

✔️ QA passed

@engcom-Delta
Copy link
Contributor

✔️ QA passed

@engcom-Golf
Copy link
Contributor

Failed functional test not related to the changes in this PR test fails in 2.4-develop with MSI modules.

@slavvka
Copy link
Member

slavvka commented Feb 13, 2020

Looks like code style tests are failing. waiting for builds

@slavvka
Copy link
Member

slavvka commented Feb 13, 2020

@magento run all tests

@engcom-Golf
Copy link
Contributor

I will fix failed tests

@@ -141,8 +142,6 @@ protected function prepareChildComponent(UiComponentInterface $component)

/**
* Produce and return block's html output
*
* @return string
Copy link
Member

Choose a reason for hiding this comment

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

According to the interface UiComponentInterface and method render this method must return string. I think here we need to return the result instead of changing PHPDocs

Copy link
Contributor

Choose a reason for hiding this comment

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

ok

@engcom-Golf
Copy link
Contributor

@slavvka done ✔️

@m2-assistant
Copy link

m2-assistant bot commented Feb 22, 2020

Hi @GraysonChiang, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

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.