Skip to content

Commit d5d68ab

Browse files
committed
move filename comment to the top of the code block
1 parent 340ec5f commit d5d68ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)