Skip to content
Snippets Groups Projects
Commit 59dfc006 authored by Will Jackson's avatar Will Jackson
Browse files

#3421227: Remove duplicate file docblock in .module

parent 91e82b58
No related branches found
No related tags found
1 merge request!1#3421227: Remove duplicate file docblock in .module
......@@ -2,18 +2,13 @@
/**
* @file
* This file contains hooks used to implement the User Update Notify module.
* Primary module hooks for User Update Notify module.
*/
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Render\BubbleableMetadata;
use Drupal\user\Entity\User;
/**
* @file
* Primary module hooks for User Update Notify module.
*/
/**
* Implements hook_entity_update().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment