diff --git a/image_popup.module b/image_popup.module
index 2baffca..fb6f3ee 100644
--- a/image_popup.module
+++ b/image_popup.module
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains image_popup.module..
- */
-
 use Drupal\Core\Routing\RouteMatchInterface;
 
 /**
diff --git a/src/Controller/ImagePopup.php b/src/Controller/ImagePopup.php
index 9f45720..f762797 100644
--- a/src/Controller/ImagePopup.php
+++ b/src/Controller/ImagePopup.php
@@ -1,9 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\image_popup\Controller\ImagePopup.
- */
 
 namespace Drupal\image_popup\Controller;
 
