Unverified Commit ee175ce9 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3157462 by Hardik_Patel_12, sd9121: Fixing comment error in viewAddForm file

(cherry picked from commit 84241510)
parent 44918b7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
 * Form controller for the Views edit form.
 * Form controller for the Views add form.
 *
 * @internal
 */
@@ -23,7 +23,7 @@ class ViewAddForm extends ViewFormBase {
  protected $wizardManager;

  /**
   * Constructs a new ViewEditForm object.
   * Constructs a new ViewAddForm object.
   *
   * @param \Drupal\views\Plugin\ViewsPluginManager $wizard_manager
   *   The wizard plugin manager.