You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class ParamFetcher implements ParamFetcherInterface, ContainerAwareInterface
38
37
{
39
-
private$paramReader;
38
+
private$parameterBag;
40
39
private$requestStack;
41
-
private$params;
42
40
private$validator;
43
41
private$violationFormatter;
44
-
45
42
/**
46
43
* @var callable
47
44
*/
48
45
private$controller;
49
-
50
46
/**
51
47
* @var ContainerInterface
52
48
*/
@@ -68,11 +64,12 @@ public function __construct(ParamReader $paramReader, $requestStack = null, Viol
68
64
thrownew \InvalidArgumentException(sprintf('Argument 3 of %s constructor must be either an instance of Symfony\Component\HttpFoundation\Request or Symfony\Component\HttpFoundation\RequestStack.', get_class($this)));
0 commit comments