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

Use consistent method chaining in BlogBundle sample application #3585

Merged
merged 1 commit into from
Mar 4, 2014

Conversation

oradwell
Copy link
Contributor

  • Moved semicolon to end of last chained method
  • Moved getManager() to next line to avoid having multiple chained
    methods in the same line

- Moved semicolon to end of last chained method
- Moved getManager() to next line to avoid having multiple chained
  methods in the same line
@weaverryan
Copy link
Member

Agreed, much better indeed :). Thanks again!

weaverryan added a commit that referenced this pull request Mar 4, 2014
…cation (ockcyp)

This PR was merged into the 2.3 branch.

Discussion
----------

Use consistent method chaining in BlogBundle sample application

- Moved semicolon to end of last chained method
- Moved getManager() to next line to avoid having multiple chained
  methods in the same line

Commits
-------

3670cbb Use consistent method chaining in BlogBundle sample application - Moved semicolon to end of last chained method - Moved getManager() to next line to avoid having multiple chained   methods in the same line
@weaverryan weaverryan merged commit 3670cbb into symfony:2.3 Mar 4, 2014
@oradwell oradwell deleted the blog_bundle_consistent_chaining branch July 11, 2022 10:50
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.

2 participants