Skip to content
5.4
Switch branches/tags
Code

Latest commit

… (GromNaN)

This PR was merged into the 5.4 branch.

Discussion
----------

[Console] Show proxified command class in completion debug

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Fix the class shown in completion debug when the command is wrapped in LazyCommand.

Before:
```
Input: ("|" indicates the cursor position)
  bin/console debug:form|
Messages:
  Completing using the Symfony\Component\Console\Command\LazyCommand class.
  Completing argument_value for class
  Current value:
Suggestions:
```

After:
```
Input: ("|" indicates the cursor position)
  bin/console debug:form|
Messages:
  Completing using the Symfony\Component\Form\Command\DebugCommand class.
  Completing argument_value for command
  Current value: debug:form
Suggestions:
```

Commits
-------

90ac3c0 [Console] Add show proxified command class in completion debug
ff70bd1

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jun 28, 2021

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Symfony is used by thousands of web applications and most of the popular PHP projects.

Installation

Sponsor

Symfony 5.4 is backed by Private Packagist.

Private Packagist is a fast, reliable, and secure Composer repository for your private packages. It mirrors all your open-source dependencies for better availability and monitors them for security vulnerabilities.

Help Symfony by sponsoring its development!

Documentation

Community

Contributing

Symfony is an Open Source, community-driven project with thousands of contributors. Join them contributing code or contributing documentation.

Security Issues

If you discover a security vulnerability within Symfony, please follow our disclosure procedure.

About Us

Symfony development is led by the Symfony Core Team and supported by Symfony contributors.