Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Jun 19, 2023
1 parent 5a71b2e commit 7d74e24
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/validated-dto/src/ValidatedDTO.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ protected function defaults(): array
return [];
}

/**
* Defines the type casting for the properties of the DTO.
* @return array<string,Castable>
*/
protected function casts(): array
{
return [];
}
/**
* Defines the type casting for the properties of the DTO.
* @return array<string,Castable>
*/
protected function casts(): array
{
return [];
}
}

0 comments on commit 7d74e24

Please sign in to comment.