mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 04:53:49 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -61,10 +61,8 @@ final class MaxHolderValidatorTest extends ConstraintValidatorTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider provideInvalidHousehold
|
||||
*
|
||||
* @param mixed $parameters
|
||||
*/
|
||||
public function testHouseholdInvalid(Household $household, $parameters)
|
||||
public function testHouseholdInvalid(Household $household, mixed $parameters)
|
||||
{
|
||||
$constraint = $this->getConstraint();
|
||||
|
||||
|
Reference in New Issue
Block a user