File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ final class ArgumentResolver implements ArgumentResolverInterface
29
29
private $ argumentMetadataFactory ;
30
30
31
31
/**
32
- * @var ArgumentValueResolverInterface[]
32
+ * @var iterable| ArgumentValueResolverInterface[]
33
33
*/
34
34
private $ argumentValueResolvers ;
35
35
36
- public function __construct (ArgumentMetadataFactoryInterface $ argumentMetadataFactory = null , array $ argumentValueResolvers = array ())
36
+ public function __construct (ArgumentMetadataFactoryInterface $ argumentMetadataFactory = null , $ argumentValueResolvers = array ())
37
37
{
38
38
$ this ->argumentMetadataFactory = $ argumentMetadataFactory ?: new ArgumentMetadataFactory ();
39
39
$ this ->argumentValueResolvers = $ argumentValueResolvers ?: self ::getDefaultArgumentValueResolvers ();
You can’t perform that action at this time.
0 commit comments