Skip to content

Commit 277df35

Browse files
committed
Fix ArrayGetterTransformer closure type hints for PHPStan
1 parent 69bc6e4 commit 277df35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transformers/ArrayGetterTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class ArrayGetterTransformer implements TransformerArrayContract
1616
{
1717
/**
18-
* @param Closure(array,string):array $closure
18+
* @param Closure(GetValue,string):array $closure
1919
* @param bool $beforeValidation
2020
*/
2121
public function __construct(

0 commit comments

Comments
 (0)