Issue #3295487 by Anjali Rathod, apaderno: HtmlFormController's contructor says it constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object
(cherry picked from commit 7c98179488
)
merge-requests/2359/merge
parent
9caa48f3b2
commit
c6f1737881
|
@ -20,7 +20,7 @@ class HtmlFormController extends FormController {
|
|||
protected $classResolver;
|
||||
|
||||
/**
|
||||
* Constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object.
|
||||
* Constructs a new \Drupal\Core\Controller\HtmlFormController object.
|
||||
*
|
||||
* @param \Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface $argument_resolver
|
||||
* The argument resolver.
|
||||
|
|
Loading…
Reference in New Issue