Skip to content

Commit

Permalink
docs: make @param more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 23, 2024
1 parent fd81be5 commit d97f05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/DataConverter/DataConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ final class DataConverter
private DataCaster $dataCaster;

/**
* @param array<string, string> $types [column => type]
* @param array $castHandlers Custom convert handlers
* @param array<string, string> $types [column => type]
* @param array<string, class-string> $castHandlers Custom convert handlers
*/
public function __construct(array $types, array $castHandlers = [])
{
Expand Down

0 comments on commit d97f05a

Please sign in to comment.