mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-09 16:24:59 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -64,10 +64,8 @@ final class HouseholdControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider generateValidHouseholdIds
|
||||
*
|
||||
* @param mixed $householdId
|
||||
*/
|
||||
public function testAddresses($householdId)
|
||||
public function testAddresses(mixed $householdId)
|
||||
{
|
||||
$this->client->request(
|
||||
Request::METHOD_GET,
|
||||
@@ -79,10 +77,8 @@ final class HouseholdControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider generateValidHouseholdIds
|
||||
*
|
||||
* @param mixed $householdId
|
||||
*/
|
||||
public function testAddressMove($householdId)
|
||||
public function testAddressMove(mixed $householdId)
|
||||
{
|
||||
$this->client->request(
|
||||
Request::METHOD_GET,
|
||||
@@ -96,10 +92,8 @@ final class HouseholdControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider generateValidHouseholdIds
|
||||
*
|
||||
* @param mixed $householdId
|
||||
*/
|
||||
public function testEditMetadata($householdId)
|
||||
public function testEditMetadata(mixed $householdId)
|
||||
{
|
||||
$crawler = $this->client->request(
|
||||
Request::METHOD_GET,
|
||||
@@ -126,10 +120,8 @@ final class HouseholdControllerTest extends WebTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider generateValidHouseholdIds
|
||||
*
|
||||
* @param mixed $householdId
|
||||
*/
|
||||
public function testSummary($householdId)
|
||||
public function testSummary(mixed $householdId)
|
||||
{
|
||||
$this->client->request(
|
||||
Request::METHOD_GET,
|
||||
|
Reference in New Issue
Block a user