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

(cherry picked from commit 84241510b2)
merge-requests/64/head
Alex Pott 2020-07-14 14:13:53 +01:00
parent 44918b7bc7
commit ee175ce9f9
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ use Drupal\views\Plugin\ViewsPluginManager;
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.