diff --git a/src/Annotation/ImageProvider.php b/src/Annotation/ImageProvider.php
index 4993128..23169f0 100644
--- a/src/Annotation/ImageProvider.php
+++ b/src/Annotation/ImageProvider.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\Annotation\ImageProvider
- */
 
 namespace Drupal\dummyimage\Annotation;
 
diff --git a/src/DummyImageProviderBase.php b/src/DummyImageProviderBase.php
index f51605a..51a41f3 100644
--- a/src/DummyImageProviderBase.php
+++ b/src/DummyImageProviderBase.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\DummyImageProviderBase
- */
 
 namespace Drupal\dummyimage;
 
diff --git a/src/DummyImageProviderInterface.php b/src/DummyImageProviderInterface.php
index aef92e0..11758ad 100644
--- a/src/DummyImageProviderInterface.php
+++ b/src/DummyImageProviderInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\DummyImageProviderInterface
- */
 
 namespace Drupal\dummyimage;
 
diff --git a/src/DummyImageProviderManager.php b/src/DummyImageProviderManager.php
index ad51110..113f77d 100644
--- a/src/DummyImageProviderManager.php
+++ b/src/DummyImageProviderManager.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\DummyImageProviderManager
- */
 
 namespace Drupal\dummyimage;
 
diff --git a/src/Form/DummyimageAdminForm.php b/src/Form/DummyimageAdminForm.php
index 7636350..82fb38d 100644
--- a/src/Form/DummyimageAdminForm.php
+++ b/src/Form/DummyimageAdminForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\Form\DummyimageAdminForm.
- */
 
 namespace Drupal\dummyimage\Form;
 
diff --git a/src/Plugin/ImageProvider/DummyImage.php b/src/Plugin/ImageProvider/DummyImage.php
index 5d46e60..7f33227 100644
--- a/src/Plugin/ImageProvider/DummyImage.php
+++ b/src/Plugin/ImageProvider/DummyImage.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\Plugin\ImageProvider\DummyImage
- */
 
 namespace Drupal\dummyimage\Plugin\ImageProvider;
 
diff --git a/src/Plugin/ImageProvider/Flickholdr.php b/src/Plugin/ImageProvider/Flickholdr.php
index 62d6480..99811c8 100644
--- a/src/Plugin/ImageProvider/Flickholdr.php
+++ b/src/Plugin/ImageProvider/Flickholdr.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\Plugin\ImageProvider\Flickholdr
- */
 
 namespace Drupal\dummyimage\Plugin\ImageProvider;
 
diff --git a/src/Plugin/ImageProvider/Placekitten.php b/src/Plugin/ImageProvider/Placekitten.php
index b61c9c4..04c12fb 100644
--- a/src/Plugin/ImageProvider/Placekitten.php
+++ b/src/Plugin/ImageProvider/Placekitten.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\Plugin\ImageProvider\Placekitten
- */
 
 namespace Drupal\dummyimage\Plugin\ImageProvider;
 
diff --git a/src/Plugin/ImageProvider/Placepuppy.php b/src/Plugin/ImageProvider/Placepuppy.php
index 0808741..b0d230d 100644
--- a/src/Plugin/ImageProvider/Placepuppy.php
+++ b/src/Plugin/ImageProvider/Placepuppy.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\dummyimage\Plugin\ImageProvider\Placepuppy
- */
 
 namespace Drupal\dummyimage\Plugin\ImageProvider;
 
diff --git a/src/Tests/DummyImageTest.php b/src/Tests/DummyImageTest.php
index 9ae7575..fa48052 100644
--- a/src/Tests/DummyImageTest.php
+++ b/src/Tests/DummyImageTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Tests for dummyimage module.
- */
 
 namespace Drupal\dummyimage\Tests;
 use Drupal\simpletest\WebTestBase;
