Skip to content

Commit

Permalink
Issue #3157462 by Hardik_Patel_12, sd9121: Fixing comment error in vi…
Browse files Browse the repository at this point in the history
…ewAddForm file

(cherry picked from commit 84241510b213397315bbdbf850aa750d5b7de3a1)
  • Loading branch information
alexpott committed Jul 14, 2020
1 parent dd05ca5 commit 29ec42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/views_ui/src/ViewAddForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
* Form controller for the Views edit form.
* Form controller for the Views add form.
*
* @internal
*/
Expand All @@ -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.
Expand Down

0 comments on commit 29ec42c

Please sign in to comment.