Skip to content

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