mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
DX: fix cs
This commit is contained in:
@@ -52,7 +52,7 @@ final class ExtractDateFromPatternTest extends TestCase
|
||||
$this->assertContainsOnlyInstancesOf(DateTimeImmutable::class, $result->getFound());
|
||||
|
||||
$dates = array_map(
|
||||
static fn(DateTimeImmutable $d) => $d->format('Y-m-d'),
|
||||
static fn (DateTimeImmutable $d) => $d->format('Y-m-d'),
|
||||
$result->getFound()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user