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
* 2.8:
[Form] Fix typo in doc comment
[Config] Handle open_basedir restrictions in FileLocator
[bugfix] [Console] Set `Input::$interactive` to `false` when command is executed with `--quiet` as verbosity level
Use JSON_UNESCAPED_SLASHES for lint commands output
Fixed collapsed ChoiceType options attributes
Fixed the nullable support for php 7.1 and below
@@ -104,6 +115,12 @@ public function getArguments(Request $request, $controller)
104
115
}
105
116
106
117
/**
118
+
* @param Request $request
119
+
* @param callable $controller
120
+
* @param \ReflectionParameter[] $parameters
121
+
*
122
+
* @return array The arguments to use when calling the action
123
+
*
107
124
* @deprecated This method is deprecated as of 3.1 and will be removed in 4.0. Implement the ArgumentResolverInterface and inject it in the HttpKernel instead.
0 commit comments