Skip to content

Commit

Permalink
minor symfony#5940 [Cookbook][ServiceContainer] move filename comment…
Browse files Browse the repository at this point in the history
… to the top of the code block (xabbuh)

This PR was merged into the 2.8 branch.

Discussion
----------

[Cookbook][ServiceContainer] move filename comment to the top of the code block

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.8+
| Fixed tickets | symfony#5922

Commits
-------

d5d68ab move filename comment to the top of the code block
  • Loading branch information
xabbuh committed Dec 9, 2015
2 parents 00dc17c + d5d68ab commit 5568146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/service_container/shared.rst
Original file line number Diff line number Diff line change
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 5568146

Please sign in to comment.