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:
@@ -68,14 +68,8 @@ final class DateNormalizerTest extends KernelTestCase
|
||||
|
||||
/**
|
||||
* @dataProvider generateDataNormalize
|
||||
*
|
||||
* @param mixed $expected
|
||||
* @param mixed $date
|
||||
* @param mixed $format
|
||||
* @param mixed $locale
|
||||
* @param mixed $msg
|
||||
*/
|
||||
public function testNormalize($expected, $date, $format, $locale, $msg)
|
||||
public function testNormalize(mixed $expected, mixed $date, mixed $format, mixed $locale, mixed $msg)
|
||||
{
|
||||
$this->assertEquals($expected, $this->buildDateNormalizer($locale)->normalize($date, $format, []), $msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user