Skip to content

Reducing code sample line lengths to avoid horizontal scrolling #1975

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

Merged
merged 2 commits into from
Nov 26, 2012

Conversation

richardmiller-zz
Copy link
Contributor

No description provided.

'color' => 'green',
));
$response = $httpKernel->forward(
'AcmeHelloBundle:Hello:fancy', array(
Copy link
Member

Choose a reason for hiding this comment

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

I think this is more compliant to the standards:

$response = $httpKernel->forward(
    'AcmeHelloBundle:Hello:fancy',
    array(
// ...

weaverryan added a commit that referenced this pull request Nov 26, 2012
Reducing code sample line lengths to avoid horizontal scrolling
@weaverryan weaverryan merged commit e1a2b67 into symfony:2.0 Nov 26, 2012
weaverryan added a commit that referenced this pull request Nov 26, 2012
…ce this code is copied-and-pasted, this is much cleaner I think
@weaverryan
Copy link
Member

Awesome!

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