-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Clean up 'isset' coding style #26772
Conversation
Hi @GraysonChiang. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
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.
Hi @GraysonChiang,
Could you review my comments and test failures and fix found issues?
app/code/Magento/Customer/Ui/Component/Listing/AttributeRepository.php
Outdated
Show resolved
Hide resolved
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.
Please verify the comment.
Failing tests not related to changes
@magento run all tests |
Hi @lbajsarowicz, thank you for the review. |
✔️ QA passed |
✔️ QA passed |
Failed functional test not related to the changes in this PR test fails in 2.4-develop with MSI modules. |
Looks like code style tests are failing. waiting for builds |
@magento run all tests |
I will fix failed tests |
@@ -141,8 +142,6 @@ protected function prepareChildComponent(UiComponentInterface $component) | |||
|
|||
/** | |||
* Produce and return block's html output | |||
* | |||
* @return string |
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.
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
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.
ok
@slavvka done ✔️ |
Hi @GraysonChiang, thank you for your contribution! |
Description (*)
Code clean up
Contribution checklist (*)