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

CS fixer #1432

Merged
merged 1 commit into from
Apr 25, 2014
Merged

CS fixer #1432

merged 1 commit into from
Apr 25, 2014

Conversation

umpirsky
Copy link
Contributor

No description provided.

@@ -23,7 +23,7 @@ class ConfirmOrderListener
/**
* Set an Order as completed
*
* @param GenericEvent $event
* @param GenericEvent $event
Copy link
Contributor

Choose a reason for hiding this comment

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

IIRC this is bug of CS fixer, correct way to fix this is new line, so phpdoc should look like:

/**
 * Set an Order as completed
 *
 * @param GenericEvent $event
 *
 * @throws UnexpectedTypeException
 */

Copy link
Member

Choose a reason for hiding this comment

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

Yep!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@stloyd Yes.

@umpirsky
Copy link
Contributor Author

@pjedrzejewski Good to go?

@stloyd
Copy link
Contributor

stloyd commented Apr 25, 2014

👍 looks good =)

pjedrzejewski pushed a commit that referenced this pull request Apr 25, 2014
@pjedrzejewski pjedrzejewski merged commit 0cd769e into Sylius:master Apr 25, 2014
@pjedrzejewski
Copy link
Member

Thanks Sasha!

@umpirsky
Copy link
Contributor Author

CS nazzi is happy! 😄

@umpirsky umpirsky deleted the feature/php-cs-fixer branch April 25, 2014 14:38
tomzx pushed a commit to tomzx/Sylius that referenced this pull request May 9, 2014
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