You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
…en reflection-docblock is not installed (chalasr)
This PR was merged into the 4.2 branch.
Discussion
----------
[FrameworkBundle] Fix empty output for debug:autowiring when reflection-docblock is not installed
| Q | A
| ------------- | ---
| Branch? | 4.2
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #29442
| License | MIT
| Doc PR | n/a

instead of no output at all when phpdocumentor/reflection-docblock is not installed
Commits
-------
bd0dbe4 Fix empty output for debug:autowiring when reflection-docblock is not available
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.
The text was updated successfully, but these errors were encountered: