diff --git a/console/input.rst b/console/input.rst index baf47c6fd15..7a978687066 100644 --- a/console/input.rst +++ b/console/input.rst @@ -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; diff --git a/contributing/core_team.rst b/contributing/core_team.rst index 2afae903d92..d461aa44485 100644 --- a/contributing/core_team.rst +++ b/contributing/core_team.rst @@ -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): @@ -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/