We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd81be5 commit d97f05aCopy full SHA for d97f05a
system/DataConverter/DataConverter.php
@@ -28,8 +28,8 @@ final class DataConverter
28
private DataCaster $dataCaster;
29
30
/**
31
- * @param array<string, string> $types [column => type]
32
- * @param array $castHandlers Custom convert handlers
+ * @param array<string, string> $types [column => type]
+ * @param array<string, class-string> $castHandlers Custom convert handlers
33
*/
34
public function __construct(array $types, array $castHandlers = [])
35
{
0 commit comments