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
catch 2022-07-25 20:55:55 +09:00
parent 9caa48f3b2
commit c6f1737881
1 changed files with 1 additions and 1 deletions

View File

@ -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.