Skip to content

Commit 5568146

Browse files
committed
minor #5940 [Cookbook][ServiceContainer] move filename comment 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 | #5922 Commits ------- d5d68ab move filename comment to the top of the code block
2 parents 00dc17c + d5d68ab commit 5568146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/service_container/shared.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ in your service definition:
3636
3737
.. code-block:: php
3838
39+
// app/config/services.php
3940
use Symfony\Component\DependencyInjection\Definition;
4041
41-
// app/config/services.php
4242
$definition = new Definition('...');
4343
$definition->setShared(false);
4444

0 commit comments

Comments
 (0)