Skip to content

Conversation

@pdohogne-magento
Copy link
Contributor

@pdohogne-magento pdohogne-magento commented Apr 29, 2019

Replacing mentions of "Community" and "Enterprise" in documentation and option inputs with "Open Source" and "Commerce".

Copy link

@jeff-matthews jeff-matthews left a comment

Choose a reason for hiding this comment

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

Product labels match devdocs style guidelines

if ($overrideOriginalEdition !== 'open source' && $overrideOriginalEdition !== 'commerce') {
$opt = '--' . static::BASE_EDITION_OPT;
throw new InvalidOptionException("'$opt' accepts only 'community' or 'enterprise'");
throw new InvalidOptionException("'$opt' accepts only 'Open Source' or 'Commerce'");

Choose a reason for hiding this comment

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

Upper case and lower case seems to matter here.

Copy link
Contributor Author

@pdohogne-magento pdohogne-magento Apr 30, 2019

Choose a reason for hiding this comment

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

It doesn't; three lines up:

$overrideOriginalEdition = strtolower($overrideOriginalEdition);

@pdohogne-magento pdohogne-magento deleted the MC-5465-edition-labels branch May 23, 2019 21:07
magento-devops-reposync-svc pushed a commit that referenced this pull request Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants