mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -230,12 +230,8 @@ final class AuthorizationHelperTest extends KernelTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider dataProvider_getReachableCenters
|
||||
*
|
||||
* @param mixed $test
|
||||
* @param mixed $result
|
||||
* @param mixed $msg
|
||||
*/
|
||||
public function testGetReachableCenters($test, $result, $msg)
|
||||
public function testGetReachableCenters(mixed $test, mixed $result, mixed $msg)
|
||||
{
|
||||
$this->assertEquals($test, $result, $msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user