Skip to content

Commit

Permalink
Update docs/guide/en/typecasting.md
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 e3fc2f8 commit 324040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/en/typecasting.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ To cast a value to `DateTimeImmutable` object explicitly, you can use `ToDateTim

```php
use DateTimeImmutable;
use \Yiisoft\Hydrator\Attribute\Parameter\ToDateTimeImmutable;
use Yiisoft\Hydrator\Attribute\Parameter\ToDateTimeImmutable;

class Person
{
Expand Down

0 comments on commit 324040d

Please sign in to comment.