Skip to content

Commit

Permalink
Update tests/Attribute/Parameter/ToDateTimeImmutableTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Derepko <[email protected]>
  • Loading branch information
vjik and xepozz authored Apr 1, 2024
1 parent bf804bf commit 3e49e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Attribute/Parameter/ToDateTimeImmutableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function dataBase(): array
}

#[DataProvider('dataBase')]
public function testBase(mixed $expected, ToDateTimeImmutable $attribute, mixed $value): void
public function testBase(DateTimeImmutable $expected, ToDateTimeImmutable $attribute, mixed $value): void
{
$resolver = new ToDateTimeImmutableResolver();
$context = new ParameterAttributeResolveContext(
Expand Down

0 comments on commit 3e49e03

Please sign in to comment.