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 30eb0f9 commit ac5d5b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 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 ac5d5b9

Please sign in to comment.