Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Updated the style of the event commands #15999

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

Closed
wants to merge 4 commits into from

Conversation

javiereguiluz
Copy link
Member

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

event_1

event_2

event_3

if (null !== $event) {
$label .= sprintf(' for event <info>%s</info>', $event);
$title = sprintf('Registered Listeners for "%s" Event', $event);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why capitalizing those words (same below) ?

Copy link
Member Author

Choose a reason for hiding this comment

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

because the style guide says that titles should use the "title-case", which is what we use in the Symfony docs, symfony.com, etc.

@fabpot
Copy link
Member

fabpot commented Oct 2, 2015

Looks like this one is breaking the tests. @javiereguiluz Can you have a look?

@javiereguiluz
Copy link
Member Author

Fixed tests (at least locally)

@fabpot
Copy link
Member

fabpot commented Oct 2, 2015

Thank you @javiereguiluz.

@fabpot fabpot closed this in 2c9153c Oct 2, 2015
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.

4 participants