Skip to content
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

Fixed occurances of implode with wrong argument order #1126

Merged
merged 1 commit into from
Mar 27, 2015
Merged

Fixed occurances of implode with wrong argument order #1126

merged 1 commit into from
Mar 27, 2015

Conversation

RMcLeod79
Copy link

Fix for issue #1116

Although implode accepts it's arguments in any order, the documented order should be used.

Searched the codebase for all occurrences of implode with incorrect argument order and corrected.

@vpelipenko
Copy link
Contributor

@RMcLeod79, I just want to inform you that integration tests are failed on base develop branch, that's why tests here won't be green.

@RMcLeod79
Copy link
Author

This seems to be a problem with the tests rather than my code changes. Look at the 2 Pull Requests before mine, exactly the same failure.

@vpelipenko
Copy link
Contributor

@RMcLeod79, yes, you are right, it started to fail a few days ago.

@vpelipenko
Copy link
Contributor

Internal ticket: MAGETWO-35523

@magento-team magento-team merged commit f293d16 into magento:develop Mar 27, 2015
magento-team added a commit to abeeskau/magento2-community-edition that referenced this pull request Mar 31, 2015
* Fixed bugs
    * Wrong capitalization of the label names (the sentence-style capitalization instead of the headline style)
    * Inconsistency in the labels in the Admin panel
    * Customer menu tabs aren't displayed as selected for the child pages
    * An issue with the Active item in the navigation menu in the Blank and Luma themes
    * Incorrect price alignment during checkout in the Blank and Luma themes
    * Broken field "URL" in the Downloadable product in the Admin panel
* GitHub issues and requests:
    * [#1096] (magento/magento2#1096) -- Customer model - getPrimaryAddresses without primary billing address
    * [#1114] (magento/magento2#1114) -- GA bug
    * [#1116] (magento/magento2#1116) -- Incorrect use of implode()
    * [#1126] (magento/magento2#1126) -- Fixed occurrences of implode with wrong argument order
    * [#1128] (magento/magento2#1128) -- Change wording for long operation warning
magento-team added a commit to abeeskau/magento2-community-edition that referenced this pull request Apr 8, 2015
* Fixed bugs
    * Wrong capitalization of the label names (the sentence-style capitalization instead of the headline style)
    * Inconsistency in the labels in the Admin panel
    * Customer menu tabs aren't displayed as selected for the child pages
    * An issue with the Active item in the navigation menu in the Blank and Luma themes
    * Incorrect price alignment during checkout in the Blank and Luma themes
    * Broken field "URL" in the Downloadable product in the Admin panel
* GitHub issues and requests:
    * [#1096] (magento/magento2#1096) -- Customer model - getPrimaryAddresses without primary billing address
    * [#1114] (magento/magento2#1114) -- GA bug
    * [#1116] (magento/magento2#1116) -- Incorrect use of implode()
    * [#1126] (magento/magento2#1126) -- Fixed occurrences of implode with wrong argument order
    * [#1128] (magento/magento2#1128) -- Change wording for long operation warning
magento-team pushed a commit that referenced this pull request May 23, 2017
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.

3 participants