Skip to content

Commit d97f05a

Browse files
committed
docs: make @param more strict
1 parent fd81be5 commit d97f05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/DataConverter/DataConverter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ final class DataConverter
2828
private DataCaster $dataCaster;
2929

3030
/**
31-
* @param array<string, string> $types [column => type]
32-
* @param array $castHandlers Custom convert handlers
31+
* @param array<string, string> $types [column => type]
32+
* @param array<string, class-string> $castHandlers Custom convert handlers
3333
*/
3434
public function __construct(array $types, array $castHandlers = [])
3535
{

0 commit comments

Comments
 (0)