Skip to content

Commit a945671

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: fix the command output
2 parents e00007f + 2b95d2f commit a945671

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
@@ -62,22 +62,22 @@ What other services are available? Find out by running:
6262
$ php bin/console debug:container
6363
6464
# this is just a *small* sample of the output...
65-
=============================== =======================================================================
65+
=============================== ==================================================================
6666
Service ID Class name
67-
=============================== =======================================================================
68-
doctrine ``Doctrine\Bundle\DoctrineBundle\Registry``
69-
filesystem ``Symfony\Component\Filesystem\Filesystem``
70-
form.factory ``Symfony\Component\Form\FormFactory``
71-
logger ``Symfony\Bridge\Monolog\Logger``
72-
request_stack ``Symfony\Component\HttpFoundation\RequestStack``
73-
router ``Symfony\Bundle\FrameworkBundle\Routing\Router``
74-
security.authorization_checker ``Symfony\Component\Security\Core\Authorization\AuthorizationChecker``
75-
security.password_encoder ``Symfony\Component\Security\Core\Encoder\UserPasswordEncoder``
76-
session ``Symfony\Component\HttpFoundation\Session\Session``
77-
translator ``Symfony\Component\Translation\DataCollectorTranslator``
78-
twig ``Twig\Environment``
79-
validator ``Symfony\Component\Validator\Validator\ValidatorInterface``
80-
=============================== =======================================================================
67+
=============================== ==================================================================
68+
doctrine Doctrine\Bundle\DoctrineBundle\Registry
69+
filesystem Symfony\Component\Filesystem\Filesystem
70+
form.factory Symfony\Component\Form\FormFactory
71+
logger Symfony\Bridge\Monolog\Logger
72+
request_stack Symfony\Component\HttpFoundation\RequestStack
73+
router Symfony\Bundle\FrameworkBundle\Routing\Router
74+
security.authorization_checker Symfony\Component\Security\Core\Authorization\AuthorizationChecker
75+
security.password_encoder Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
76+
session Symfony\Component\HttpFoundation\Session\Session
77+
translator Symfony\Component\Translation\DataCollectorTranslator
78+
twig Twig\Environment
79+
validator Symfony\Component\Validator\Validator\ValidatorInterface
80+
=============================== ==================================================================
8181
8282
You can also use the unique "Service ID" to access a service directly::
8383

0 commit comments

Comments
 (0)