Skip to content

Commit

Permalink
move filename comment to the top of the code block
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 1, 2015
1 parent 340ec5f commit d5d68ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/service_container/shared.rst
Expand Up @@ -36,9 +36,9 @@ in your service definition:
.. code-block:: php
// app/config/services.php
use Symfony\Component\DependencyInjection\Definition;
// app/config/services.php
$definition = new Definition('...');
$definition->setShared(false);
Expand Down

0 comments on commit d5d68ab

Please sign in to comment.