]> git.agnieray.net Git - galette.git/commitdiff
Fix typehint
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 25 Apr 2021 06:52:08 +0000 (08:52 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 25 Apr 2021 06:52:08 +0000 (08:52 +0200)
galette/lib/Galette/Controllers/Crud/MembersController.php

index cc34ff7bb6028ae9cd4a4062ba93a7e498c3fa83..22e0ab6b72ed59ed505918be834f83292724190c 100644 (file)
@@ -1075,7 +1075,7 @@ class MembersController extends CrudController
     public function edit(
         Request $request,
         Response $response,
-        $id = null,
+        int $id = null,
         $action = 'edit'
     ): Response {
         $deps = array(