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 2536516 commit 55fe121Copy full SHA for 55fe121
Controller/ArgumentResolver/TraceableValueResolver.php
@@ -24,7 +24,7 @@
24
*/
25
final class TraceableValueResolver implements ArgumentValueResolverInterface, ValueResolverInterface
26
{
27
- private ArgumentValueResolverInterface $inner;
+ private ArgumentValueResolverInterface|ValueResolverInterface $inner;
28
private Stopwatch $stopwatch;
29
30
public function __construct(ArgumentValueResolverInterface|ValueResolverInterface $inner, Stopwatch $stopwatch)
0 commit comments