Skip to content

Commit

Permalink
Merge branch '7.2' into 7.3
Browse files Browse the repository at this point in the history
* 7.2:
  Minor tweak
  [Console] Fix argument position for addOption
  Add new core team members
  Move the core team page to the contributing root dir as it's not just about code
  • Loading branch information
javiereguiluz committed Feb 25, 2025
2 parents 0d296fc + c3bd83e commit 15cddbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion console/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ can also implement value completion for the input in your commands. For
instance, you may want to complete all usernames from the database in the
``name`` argument of your greet command.

To achieve this, use the 5th argument of ``addArgument()``/``addOption``::
To achieve this, use the 5th argument of ``addArgument()`` or the 6th argument of ``addOption()``::

// ...
use Symfony\Component\Console\Completion\CompletionInput;
Expand Down
10 changes: 9 additions & 1 deletion contributing/core_team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ Active Core Members
* **Oskar Stark** (`OskarStark`_);
* **Mathieu Santostefano** (`welcomattic`_);
* **Kevin Bond** (`kbond`_);
* **Jérôme Tamarelle** (`gromnan`_).
* **Jérôme Tamarelle** (`gromnan`_);
* **Berislav Balogović** (`hypemc`_);
* **Mathias Arlaud** (`mtarld`_);
* **Florent Morselli** (`spomky`_);
* **Alexandre Daubois** (`alexandre-daubois`_).

* **Security Team** (``@symfony/security`` on GitHub):

Expand Down Expand Up @@ -255,3 +259,7 @@ discretion of the **Project Leader**.
.. _`smnandre`: https://github.com/smnandre/
.. _`kocal`: https://github.com/kocal/
.. _`webmamba`: https://github.com/webmamba/
.. _`hypemc`: https://github.com/hypemc/
.. _`mtarld`: https://github.com/mtarld/
.. _`spomky`: https://github.com/spomky/
.. _`alexandre-daubois`: https://github.com/alexandre-daubois/

0 comments on commit 15cddbe

Please sign in to comment.