From e2a20ac1070f9d6bb7cabd4562457e5c4b5a6343 Mon Sep 17 00:00:00 2001
From: akshay.swnt22@gmail.com <akshay.swnt22@gmail.com>
Date: Jan 30, 2017 12:32:33 PM

Removed file docblock.

diff --git a/src/Countries.php b/src/Countries.php
index 67d1408..5088c93 100644
--- a/src/Countries.php
+++ b/src/Countries.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\leaflet_countries\Countries.
- */
-
 namespace Drupal\leaflet_countries;
 
 /**
diff --git a/src/Plugin/Field/FieldFormatter/LeafletCountryFormatter.php b/src/Plugin/Field/FieldFormatter/LeafletCountryFormatter.php
index d91db4e..2c2bf00 100644
--- a/src/Plugin/Field/FieldFormatter/LeafletCountryFormatter.php
+++ b/src/Plugin/Field/FieldFormatter/LeafletCountryFormatter.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\leaflet_countries\Plugin\Field\FieldFormatter\LeafletCountryFormatter.
- */
-
 namespace Drupal\leaflet_countries\Plugin\Field\FieldFormatter;
 
 use Drupal\leaflet\Plugin\Field\FieldFormatter\LeafletDefaultFormatter;
diff --git a/src/Plugin/Field/FieldFormatter/LeafletCountryRaw.php b/src/Plugin/Field/FieldFormatter/LeafletCountryRaw.php
index 2181996..92e5399 100644
--- a/src/Plugin/Field/FieldFormatter/LeafletCountryRaw.php
+++ b/src/Plugin/Field/FieldFormatter/LeafletCountryRaw.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\leaflet_countries\Plugin\Field\FieldFormatter\LeafletCountryFormatter.
- */
-
 namespace Drupal\leaflet_countries\Plugin\Field\FieldFormatter;
 
 use Drupal\Core\Field\FieldItemListInterface;
diff --git a/src/Plugin/Field/FieldType/LeafletCountryItem.php b/src/Plugin/Field/FieldType/LeafletCountryItem.php
index 7d1bc63..5dee676 100644
--- a/src/Plugin/Field/FieldType/LeafletCountryItem.php
+++ b/src/Plugin/Field/FieldType/LeafletCountryItem.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\leaflet_countries\Plugin\Field\FieldType\LeafletCountryItem.
- */
-
 namespace Drupal\leaflet_countries\Plugin\Field\FieldType;
 
 use Drupal\Component\Utility\Random;
