Skip to content

Commit

Permalink
DateType: change convertToPHP input type #21
Browse files Browse the repository at this point in the history
  • Loading branch information
stissot committed Nov 10, 2023
1 parent 9be3ceb commit 0eba544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DBAL/Types/DateType.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
final class DateType extends \Doctrine\DBAL\Types\DateType
{
/**
* @param null|DateTimeInterface|int|string $value
* @param null|ChronosDate|DateTimeInterface|string $value
*/
public function convertToPHPValue(mixed $value, AbstractPlatform $platform): ?ChronosDate
{
Expand Down

0 comments on commit 0eba544

Please sign in to comment.