mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-24 07:35:03 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -71,10 +71,8 @@ final class PersonApiControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider dataGetPersonFromCenterA
|
||||
*
|
||||
* @param mixed $personId
|
||||
*/
|
||||
public function testPersonAddressSuggestion($personId): void
|
||||
public function testPersonAddressSuggestion(mixed $personId): void
|
||||
{
|
||||
$client = $this->getClientAuthenticated();
|
||||
|
||||
@@ -85,10 +83,8 @@ final class PersonApiControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider dataGetPersonFromCenterB
|
||||
*
|
||||
* @param mixed $personId
|
||||
*/
|
||||
public function testPersonAddressSuggestionUnauthorized($personId): void
|
||||
public function testPersonAddressSuggestionUnauthorized(mixed $personId): void
|
||||
{
|
||||
$client = $this->getClientAuthenticated();
|
||||
|
||||
@@ -100,10 +96,8 @@ final class PersonApiControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider dataGetPersonFromCenterA
|
||||
*
|
||||
* @param mixed $personId
|
||||
*/
|
||||
public function testPersonGet($personId): void
|
||||
public function testPersonGet(mixed $personId): void
|
||||
{
|
||||
$client = $this->getClientAuthenticated();
|
||||
|
||||
@@ -122,10 +116,8 @@ final class PersonApiControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider dataGetPersonFromCenterB
|
||||
*
|
||||
* @param mixed $personId
|
||||
*/
|
||||
public function testPersonGetUnauthorized($personId): void
|
||||
public function testPersonGetUnauthorized(mixed $personId): void
|
||||
{
|
||||
$client = $this->getClientAuthenticated();
|
||||
|
||||
|
Reference in New Issue
Block a user