Skip to content

Commit 1f999bf

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Fix bad copy/paste Remove Magali from CARE
2 parents b1e6201 + 5ca91b6 commit 1f999bf

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

contributing/code_of_conduct/care_team.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ of them at once by emailing ** [email protected] **.
3737
* *SymfonyConnect*: `zanbaldwin <https://connect.symfony.com/profile/zanbaldwin>`_
3838
* *SymfonySlack*: `@Zan <https://symfony-devs.slack.com/team/UBHGRU3NW>`_
3939

40-
* **Magali Milbergue**
41-
42-
* *E-mail*: magali.milbergue [at] gmail.com
43-
* *Twitter*: `@magalimilbergue <https://twitter.com/magalimilbergue>`_
44-
* *SymfonyConnect*: `magali_milbergue <https://connect.symfony.com/profile/magali_milbergue>`_
45-
4640
* **Tobias Nyholm**
4741

4842
* *E-mail*: tobias.nyholm [at] gmail.com

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ object. To access it in your controller, add it as an argument and
377377
use Symfony\Component\HttpFoundation\Response;
378378
// ...
379379

380-
public function index(Request $request, string $firstName, string $lastName): Response
380+
public function index(Request $request): Response
381381
{
382382
$page = $request->query->get('page', 1);
383383

0 commit comments

Comments
 (0)