Skip to content

Commit bcd117f

Browse files
Merge branch '6.3' into 6.4
* 6.3: [Console] Fix horizontal table top border is incorrectly rendered [Tests] Streamline [Uid] Fix UuidV7 collisions within the same ms [Validator] updated Romanian translation
2 parents 1d60020 + 1197823 commit bcd117f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tests/Normalizer/DateIntervalNormalizerTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ protected function setUp(): void
2828
$this->normalizer = new DateIntervalNormalizer();
2929
}
3030

31-
public static function dataProviderISO()
31+
public static function dataProviderISO(): array
3232
{
33-
$data = [
33+
return [
3434
['P%YY%MM%DDT%HH%IM%SS', 'P00Y00M00DT00H00M00S', 'PT0S'],
3535
['P%yY%mM%dDT%hH%iM%sS', 'P0Y0M0DT0H0M0S', 'PT0S'],
3636
['P%yY%mM%dDT%hH%iM%sS', 'P10Y2M3DT16H5M6S', 'P10Y2M3DT16H5M6S'],
@@ -43,8 +43,6 @@ public static function dataProviderISO()
4343
['%rP%yY%mM%dD', '-P10Y2M3D', '-P10Y2M3DT0H'],
4444
['%rP%yY%mM%dD', 'P10Y2M3D', 'P10Y2M3DT0H'],
4545
];
46-
47-
return $data;
4846
}
4947

5048
public function testSupportsNormalization()

0 commit comments

Comments
 (0)