-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Cleaning some code gaps #23782
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
Cleaning some code gaps #23782
Conversation
|
Hi @Stepa4man. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
| $ipsList[] = sprintf($tpl, trim($ip)); | ||
| } | ||
| return implode("\n", $result); | ||
| return implode('\n', $ipsList); |
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.
That actually cannot work 👎 You cannot replace " with '
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.
Thanks, fixed.
|
@lbajsarowicz could you please take a look? |
|
Hi @lbajsarowicz, thank you for the review.
|
|
✔️ QA Passed |
|
Hi @Stepa4man, thank you for your contribution! |
Description
Code clean up
Contribution checklist (*)