Exemplo n.º 1
0
 /**
  * @deprecated This method is deprecated as of 3.1 and will be removed in 4.0. Implement the ArgumentResolverInterface or extend the LegacyArgumentResolver instead.
  */
 protected function doGetArguments(Request $request, $controller, array $parameters)
 {
     @trigger_error(sprintf('%s is deprecated as of 3.1 and will be removed in 4.0. Implement the %s or extend the %s and inject it in the HttpKernel instead.', __METHOD__, ArgumentResolverInterface::class, LegacyArgumentResolver::class), E_USER_DEPRECATED);
     return parent::doGetArguments($request, $controller, $parameters);
 }