10000 minor #10452 fix the command output (xabbuh) · symfony/symfony-docs@2b95d2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b95d2f

Browse files
committed
minor #10452 fix the command output (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- fix the command output Commits ------- f663d48 fix the command output
2 parents 944aeae + f663d48 commit 2b95d2f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

service_container.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,22 @@ Find out by running:
6363
$ php app/console debug:container
6464
6565
# this is just a *small* sample of the output...
66-
=============================== =======================================================================
66+
=============================== ==================================================================
6767
Service ID Class name
68-
=============================== =======================================================================
69-
doctrine ``Doctrine\Bundle\DoctrineBundle\Registry``
70-
filesystem ``Symfony\Component\Filesystem\Filesystem``
71-
form.factory ``Symfony\Component\Form\FormFactory``
72-
logger ``Symfony\Bridge\Monolog\Logger``
73-
request_stack ``Symfony\Component\HttpFoundation\RequestStack``
74-
router ``Symfony\Bundle\FrameworkBundle\Routing\Router``
75-
security.authorization_checker ``Symfony\Component\Security\Core\Authorization\AuthorizationChecker``
76-
security.password_encoder ``Symfony\Component\Security\Core\Encoder\UserPasswordEncoder``
77-
session ``Symfony\Component\HttpFoundation\Session\Session``
78-
translator ``Symfony\Component\Translation\DataCollectorTranslator``
79-
twig ``Twig\Environment``
80-
validator ``Symfony\Component\Validator\Validator\ValidatorInterface``
81-
=============================== =======================================================================
68+
=============================== ==================================================================
69+
doctrine Doctrine\Bundle\DoctrineBundle\Registry
70+
filesystem Symfony\Component\Filesystem\Filesystem
71+
form.factory Symfony\Component\Form\FormFactory
72+
logger Symfony\Bridge\Monolog\Logger
73+
request_stack Symfony\Component\HttpFoundation\RequestStack
74+
router Symfony\Bundle\FrameworkBundle\Routing\Router
75+
security.authorization_checker Symfony\Component\Security\Core\Authorization\AuthorizationChecker
76+
security.password_encoder Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
77+
session Symfony\Component\HttpFoundation\Session\Session
78+
translator Symfony\Component\Translation\DataCollectorTranslator
79+
twig Twig\Environment
80+
validator Symfony\Component\Validator\Validator\ValidatorInterface
81+
=============================== ==================================================================
8282
8383
Throughout the docs, you'll see how to use the many different services that live
8484
in the container.

0 commit comments

Comments
 (0)
0