mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -75,11 +75,8 @@ final class AccompanyingCourseControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider dataGenerateRandomUsers
|
||||
*
|
||||
* @param mixed $personId0
|
||||
* @param mixed $personId1
|
||||
*/
|
||||
public function testWithNewUsers($personId0, $personId1)
|
||||
public function testWithNewUsers(mixed $personId0, mixed $personId1)
|
||||
{
|
||||
$this->client->request('GET', '/fr/person/parcours/new', [
|
||||
'person_id' => [
|
||||
|
Reference in New Issue
Block a user