Commit 27f361b1 authored by catch's avatar catch
Browse files

Issue #3295487 by Anjali Rathod, apaderno: HtmlFormController's contructor...

Issue #3295487 by Anjali Rathod, apaderno: HtmlFormController's contructor says it constructs a new \Drupal\Core\Routing\Enhancer\FormEnhancer object

(cherry picked from commit 7c981794)
parent 41d155e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.