Skip to content

Commit 15cddbe

Browse files
committed
Merge branch '7.2' into 7.3
* 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
2 parents 0d296fc + c3bd83e commit 15cddbe

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

console/input.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ can also implement value completion for the input in your commands. For
356356
instance, you may want to complete all usernames from the database in the
357357
``name`` argument of your greet command.
358358

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

361361
// ...
362362
use Symfony\Component\Console\Completion\CompletionInput;

contributing/core_team.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ Active Core Members
8282
* **Oskar Stark** (`OskarStark`_);
8383
* **Mathieu Santostefano** (`welcomattic`_);
8484
* **Kevin Bond** (`kbond`_);
85-
* **Jérôme Tamarelle** (`gromnan`_).
85+
* **Jérôme Tamarelle** (`gromnan`_);
86+
* **Berislav Balogović** (`hypemc`_);
87+
* **Mathias Arlaud** (`mtarld`_);
88+
* **Florent Morselli** (`spomky`_);
89+
* **Alexandre Daubois** (`alexandre-daubois`_).
8690

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

@@ -255,3 +259,7 @@ discretion of the **Project Leader**.
255259
.. _`smnandre`: https://github.com/smnandre/
256260
.. _`kocal`: https://github.com/kocal/
257261
.. _`webmamba`: https://github.com/webmamba/
262+
.. _`hypemc`: https://github.com/hypemc/
263+
.. _`mtarld`: https://github.com/mtarld/
264+
.. _`spomky`: https://github.com/spomky/
265+
.. _`alexandre-daubois`: https://github.com/alexandre-daubois/

0 commit comments

Comments
 (0)