-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Milestone
Description
Symfony version(s) affected: 4.2
Description
If I run debug:autowiring
in the Symfony Demo app (which uses Symfony 4.2) I only see an empty output instead of something like #28970.
Other users on Symfony's Slack confirmed the same behaviour.
kevin-verschaeve, nicolasdewez, kiler129 and jpvanoosten
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
Select code repository
Activity
chalasr commentedon Dec 3, 2018
Confirmed, the command outputs nothing because you don't have
phpdocumentor/reflection-docblock
installed, which should not be a requirement for using the command.Looking at it.
chalasr commentedon Dec 3, 2018
See #29445
bug #29445 [FrameworkBundle] Fix empty output for debug:autowiring wh…