Skip to content
Snippets Groups Projects
Commit e788a54a authored by Pashupathi Nath Gajawada's avatar Pashupathi Nath Gajawada Committed by Greg Knaddison
Browse files

Issue #2723063 by pashupathi nath gajawada: Removing @file doc block from src files

parent 7e6b1d38
Branches
Tags
No related merge requests found
<?php
/**
* @file
* Contains \Drupal\comment_notify\Controller\CommentNotifyController.
*/
namespace Drupal\comment_notify\Controller;
use Drupal\Core\Controller\ControllerBase;
......
<?php
/**
* @file
* Contains \Drupal\comment_notify\Form\CommentNotifySettings.
*/
namespace Drupal\comment_notify\Form;
use Drupal\Component\Utility\Html;
......
<?php
/**
* @file
* Contains \Drupal\comment_notify\Form\CommentNotifyUnsubscribe.
*/
namespace Drupal\comment_notify\Form;
use Drupal\Core\Form\FormBase;
......
<?php
/**
* @file
* Contains \Drupal\comment_notify\Tests\CommentNotifyTest.
*/
namespace Drupal\comment_notify\Tests;
use Drupal\comment\Tests\CommentTestTrait;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment