From 0a924414f90ddb2e804afdbf5ec4396a29e728db Mon Sep 17 00:00:00 2001
From: git <git@3427175.no-reply.drupal.org>
Date: Thu, 23 Feb 2017 21:16:41 +0000
Subject: [PATCH] Issue #2846202 by nehakhadke: Remove @file tag docblock from
 all the .php files

---
 src/Annotation/FillPdfActionPlugin.php                     | 5 -----
 src/Component/Helper/FillPdfMappingHelper.php              | 4 ----
 src/Component/Helper/FillPdfMappingHelperInterface.php     | 4 ----
 src/Component/Utility/FillPdf.php                          | 4 ----
 src/Controller/HandlePdfController.php                     | 4 ----
 src/Entity/FillPdfFileContext.php                          | 5 -----
 src/Entity/FillPdfFileContextViewsData.php                 | 5 -----
 src/Entity/FillPdfForm.php                                 | 4 ----
 src/Entity/FillPdfFormField.php                            | 4 ----
 src/EntityHelper.php                                       | 5 -----
 src/EntityHelperInterface.php                              | 5 -----
 src/FillPdfAccessController.php                            | 4 ----
 src/FillPdfAccessHelper.php                                | 5 -----
 src/FillPdfAccessHelperInterface.php                       | 5 -----
 src/FillPdfAdminFormHelperInterface.php                    | 4 ----
 src/FillPdfBackendManager.php                              | 4 ----
 src/FillPdfBackendPluginInterface.php                      | 4 ----
 src/FillPdfContextManagerInterface.php                     | 4 ----
 src/FillPdfFileContextAccessControlHandler.php             | 5 -----
 src/FillPdfFileContextInterface.php                        | 5 -----
 src/FillPdfFormAccessControlHandler.php                    | 5 -----
 src/FillPdfFormFieldInterface.php                          | 4 ----
 src/FillPdfFormFieldViewsData.php                          | 4 ----
 src/FillPdfFormInterface.php                               | 4 ----
 src/FillPdfFormViewsData.php                               | 4 ----
 src/FillPdfLinkManipulatorInterface.php                    | 4 ----
 src/Form/FillPdfAdminFormBase.php                          | 4 ----
 src/Form/FillPdfFormDeleteForm.php                         | 4 ----
 src/Form/FillPdfFormExportForm.php                         | 4 ----
 src/Form/FillPdfFormFieldForm.php                          | 4 ----
 src/Form/FillPdfFormForm.php                               | 4 ----
 src/Form/FillPdfFormImportForm.php                         | 4 ----
 src/Form/FillPdfFormUploadTrait.php                        | 4 ----
 src/Form/FillPdfOverviewForm.php                           | 4 ----
 src/Form/FillPdfSettingsForm.php                           | 5 -----
 src/InputHelper.php                                        | 5 -----
 src/InputHelperInterface.php                               | 6 +-----
 src/OutputHandler.php                                      | 5 -----
 src/OutputHandlerInterface.php                             | 6 +-----
 src/Plugin/FillPdfActionPlugin/FillPdfDownloadAction.php   | 4 ----
 src/Plugin/FillPdfActionPlugin/FillPdfRedirectAction.php   | 4 ----
 src/Plugin/FillPdfActionPlugin/FillPdfSaveAction.php       | 4 ----
 src/Plugin/FillPdfActionPluginBase.php                     | 5 -----
 src/Plugin/FillPdfActionPluginInterface.php                | 5 -----
 src/Plugin/FillPdfActionPluginManager.php                  | 5 -----
 src/Plugin/FillPdfBackend/FillPdfServiceFillPdfBackend.php | 4 ----
 src/Plugin/FillPdfBackend/LocalFillPdfBackend.php          | 4 ----
 src/Plugin/FillPdfBackend/PdftkFillPdfBackend.php          | 4 ----
 src/Serializer.php                                         | 5 -----
 src/SerializerInterface.php                                | 5 -----
 src/Service/FillPdfAdminFormHelper.php                     | 4 ----
 src/Service/FillPdfContextManager.php                      | 4 ----
 src/Service/FillPdfLinkManipulator.php                     | 4 ----
 src/Tests/FillPdfBackendTest.php                           | 4 ----
 src/Tests/FillPdfOverviewFormTest.php                      | 4 ----
 src/TokenResolver.php                                      | 5 -----
 src/TokenResolverInterface.php                             | 5 -----
 57 files changed, 2 insertions(+), 250 deletions(-)

diff --git a/src/Annotation/FillPdfActionPlugin.php b/src/Annotation/FillPdfActionPlugin.php
index 3ef4675..9e5d092 100644
--- a/src/Annotation/FillPdfActionPlugin.php
+++ b/src/Annotation/FillPdfActionPlugin.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\Annotation\FillPdfActionPlugin.
- */
-
 namespace Drupal\fillpdf\Annotation;
 
 use Drupal\Component\Annotation\Plugin;
diff --git a/src/Component/Helper/FillPdfMappingHelper.php b/src/Component/Helper/FillPdfMappingHelper.php
index c5f24e7..3003158 100644
--- a/src/Component/Helper/FillPdfMappingHelper.php
+++ b/src/Component/Helper/FillPdfMappingHelper.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Component\Helper\FillPdfMappingHelper.
- */
 
 namespace Drupal\fillpdf\Component\Helper;
 
diff --git a/src/Component/Helper/FillPdfMappingHelperInterface.php b/src/Component/Helper/FillPdfMappingHelperInterface.php
index e31fe0f..eef9ead 100644
--- a/src/Component/Helper/FillPdfMappingHelperInterface.php
+++ b/src/Component/Helper/FillPdfMappingHelperInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Component\Helper\FillPdfMappingHelperInterface.
- */
 
 namespace Drupal\fillpdf\Component\Helper;
 
diff --git a/src/Component/Utility/FillPdf.php b/src/Component/Utility/FillPdf.php
index 17cda6b..b6613dd 100644
--- a/src/Component/Utility/FillPdf.php
+++ b/src/Component/Utility/FillPdf.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Component\Utility\FillPdf.
- */
 
 namespace Drupal\fillpdf\Component\Utility;
 
diff --git a/src/Controller/HandlePdfController.php b/src/Controller/HandlePdfController.php
index ef665b7..2375beb 100644
--- a/src/Controller/HandlePdfController.php
+++ b/src/Controller/HandlePdfController.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Controller\HandlePdfController.
- */
 
 namespace Drupal\fillpdf\Controller;
 
diff --git a/src/Entity/FillPdfFileContext.php b/src/Entity/FillPdfFileContext.php
index 4e5b0db..8d5e62a 100644
--- a/src/Entity/FillPdfFileContext.php
+++ b/src/Entity/FillPdfFileContext.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\Entity\FillPdfFileContext.
- */
-
 namespace Drupal\fillpdf\Entity;
 
 use Drupal\Core\Annotation\Translation;
diff --git a/src/Entity/FillPdfFileContextViewsData.php b/src/Entity/FillPdfFileContextViewsData.php
index 890f04f..976c586 100644
--- a/src/Entity/FillPdfFileContextViewsData.php
+++ b/src/Entity/FillPdfFileContextViewsData.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\Entity\FillPdfFileContext.
- */
-
 namespace Drupal\fillpdf\Entity;
 
 use Drupal\views\EntityViewsData;
diff --git a/src/Entity/FillPdfForm.php b/src/Entity/FillPdfForm.php
index 51637e3..fe0c260 100644
--- a/src/Entity/FillPdfForm.php
+++ b/src/Entity/FillPdfForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Entity\FillPdfForm.
- */
 
 namespace Drupal\fillpdf\Entity;
 
diff --git a/src/Entity/FillPdfFormField.php b/src/Entity/FillPdfFormField.php
index f67727d..67951aa 100644
--- a/src/Entity/FillPdfFormField.php
+++ b/src/Entity/FillPdfFormField.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Entity\FillPdfFormField.
- */
 
 namespace Drupal\fillpdf\Entity;
 
diff --git a/src/EntityHelper.php b/src/EntityHelper.php
index fade90b..4df8b9d 100644
--- a/src/EntityHelper.php
+++ b/src/EntityHelper.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\EntityHelper.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\Entity\Query\QueryFactory;
diff --git a/src/EntityHelperInterface.php b/src/EntityHelperInterface.php
index 2f465b6..d7e4e6d 100644
--- a/src/EntityHelperInterface.php
+++ b/src/EntityHelperInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\EntityHelperInterface.
- */
-
 namespace Drupal\fillpdf;
 
 /**
diff --git a/src/FillPdfAccessController.php b/src/FillPdfAccessController.php
index 5f2b493..e198584 100644
--- a/src/FillPdfAccessController.php
+++ b/src/FillPdfAccessController.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfAccessController.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfAccessHelper.php b/src/FillPdfAccessHelper.php
index 73d0094..8010259 100644
--- a/src/FillPdfAccessHelper.php
+++ b/src/FillPdfAccessHelper.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\FillPdfAccessHelper.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\Access\AccessResult;
diff --git a/src/FillPdfAccessHelperInterface.php b/src/FillPdfAccessHelperInterface.php
index 518e124..46093e1 100644
--- a/src/FillPdfAccessHelperInterface.php
+++ b/src/FillPdfAccessHelperInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\FillPdfAccessHelperInterface.
- */
-
 namespace Drupal\fillpdf;
 use Drupal\Core\Access\AccessResultInterface;
 use Drupal\Core\Session\AccountInterface;
diff --git a/src/FillPdfAdminFormHelperInterface.php b/src/FillPdfAdminFormHelperInterface.php
index 64718a1..d080a0e 100644
--- a/src/FillPdfAdminFormHelperInterface.php
+++ b/src/FillPdfAdminFormHelperInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfAdminFormHelperInterface.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfBackendManager.php b/src/FillPdfBackendManager.php
index 9b46299..0b25345 100644
--- a/src/FillPdfBackendManager.php
+++ b/src/FillPdfBackendManager.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfBackendManager.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfBackendPluginInterface.php b/src/FillPdfBackendPluginInterface.php
index 2539bc8..8b5dcb1 100644
--- a/src/FillPdfBackendPluginInterface.php
+++ b/src/FillPdfBackendPluginInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfBackendPluginInterface.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfContextManagerInterface.php b/src/FillPdfContextManagerInterface.php
index e2c432f..400a15d 100644
--- a/src/FillPdfContextManagerInterface.php
+++ b/src/FillPdfContextManagerInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfContextManagerInterface\FillPdfContextManagerInterface.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfFileContextAccessControlHandler.php b/src/FillPdfFileContextAccessControlHandler.php
index 34ac5d8..61c7b12 100644
--- a/src/FillPdfFileContextAccessControlHandler.php
+++ b/src/FillPdfFileContextAccessControlHandler.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\FillPdfFileContextAccessControlHandler.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\Entity\EntityAccessControlHandler;
diff --git a/src/FillPdfFileContextInterface.php b/src/FillPdfFileContextInterface.php
index 847c1de..2bc6b0d 100644
--- a/src/FillPdfFileContextInterface.php
+++ b/src/FillPdfFileContextInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\FillPdfFileContextInterface.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\Entity\ContentEntityInterface;
diff --git a/src/FillPdfFormAccessControlHandler.php b/src/FillPdfFormAccessControlHandler.php
index 3bc0c31..8e5a32f 100644
--- a/src/FillPdfFormAccessControlHandler.php
+++ b/src/FillPdfFormAccessControlHandler.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\FillPdfFormAccessControlHandler.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\Entity\EntityAccessControlHandler;
diff --git a/src/FillPdfFormFieldInterface.php b/src/FillPdfFormFieldInterface.php
index 483c339..739888d 100644
--- a/src/FillPdfFormFieldInterface.php
+++ b/src/FillPdfFormFieldInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfFormFieldInterface.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfFormFieldViewsData.php b/src/FillPdfFormFieldViewsData.php
index 8634e44..706a30d 100644
--- a/src/FillPdfFormFieldViewsData.php
+++ b/src/FillPdfFormFieldViewsData.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfFormFieldViewsData.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfFormInterface.php b/src/FillPdfFormInterface.php
index f33f629..5b34990 100644
--- a/src/FillPdfFormInterface.php
+++ b/src/FillPdfFormInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains Drupal\fillpdf\FillPdfFormInterface.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfFormViewsData.php b/src/FillPdfFormViewsData.php
index e9b4941..89e0d9f 100644
--- a/src/FillPdfFormViewsData.php
+++ b/src/FillPdfFormViewsData.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfFormViewsData.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/FillPdfLinkManipulatorInterface.php b/src/FillPdfLinkManipulatorInterface.php
index 9dbd0e3..9e7d491 100644
--- a/src/FillPdfLinkManipulatorInterface.php
+++ b/src/FillPdfLinkManipulatorInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\FillPdfLinkManipulatorInterface.
- */
 
 namespace Drupal\fillpdf;
 
diff --git a/src/Form/FillPdfAdminFormBase.php b/src/Form/FillPdfAdminFormBase.php
index 1e30560..45229d0 100644
--- a/src/Form/FillPdfAdminFormBase.php
+++ b/src/Form/FillPdfAdminFormBase.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfAdminFormBase.
- */
 
 namespace Drupal\fillpdf\Form;
 
diff --git a/src/Form/FillPdfFormDeleteForm.php b/src/Form/FillPdfFormDeleteForm.php
index 4feff5d..05e9b07 100644
--- a/src/Form/FillPdfFormDeleteForm.php
+++ b/src/Form/FillPdfFormDeleteForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfFormDeleteForm.
- */
 
 namespace Drupal\fillpdf\Form;
 
diff --git a/src/Form/FillPdfFormExportForm.php b/src/Form/FillPdfFormExportForm.php
index 3508154..ff0eb80 100644
--- a/src/Form/FillPdfFormExportForm.php
+++ b/src/Form/FillPdfFormExportForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfFormExportForm.
- */
 
 namespace Drupal\fillpdf\Form;
 
diff --git a/src/Form/FillPdfFormFieldForm.php b/src/Form/FillPdfFormFieldForm.php
index 1b8c238..b4de71e 100644
--- a/src/Form/FillPdfFormFieldForm.php
+++ b/src/Form/FillPdfFormFieldForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfFormFieldForm.
- */
 
 namespace Drupal\fillpdf\Form;
 
diff --git a/src/Form/FillPdfFormForm.php b/src/Form/FillPdfFormForm.php
index a93aff6..09ba1cc 100644
--- a/src/Form/FillPdfFormForm.php
+++ b/src/Form/FillPdfFormForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfFormForm.
- */
 
 namespace Drupal\fillpdf\Form;
 
diff --git a/src/Form/FillPdfFormImportForm.php b/src/Form/FillPdfFormImportForm.php
index 14dec53..82cb7aa 100644
--- a/src/Form/FillPdfFormImportForm.php
+++ b/src/Form/FillPdfFormImportForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfFormImportForm.
- */
 
 namespace Drupal\fillpdf\Form;
 
diff --git a/src/Form/FillPdfFormUploadTrait.php b/src/Form/FillPdfFormUploadTrait.php
index 70d7e0e..ca07099 100644
--- a/src/Form/FillPdfFormUploadTrait.php
+++ b/src/Form/FillPdfFormUploadTrait.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfFormUploadTrait.
- */
 
 namespace Drupal\fillpdf\Form;
 
diff --git a/src/Form/FillPdfOverviewForm.php b/src/Form/FillPdfOverviewForm.php
index 44ea1ef..486aa5b 100644
--- a/src/Form/FillPdfOverviewForm.php
+++ b/src/Form/FillPdfOverviewForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfOverviewForm.
- */
 
 namespace Drupal\fillpdf\Form;
 
diff --git a/src/Form/FillPdfSettingsForm.php b/src/Form/FillPdfSettingsForm.php
index 73a870a..927de81 100644
--- a/src/Form/FillPdfSettingsForm.php
+++ b/src/Form/FillPdfSettingsForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\Form\FillPdfSettingsForm.
- */
-
 namespace Drupal\fillpdf\Form;
 
 use Drupal\Core\Config\ConfigFactoryInterface;
diff --git a/src/InputHelper.php b/src/InputHelper.php
index f0bfcec..a518281 100644
--- a/src/InputHelper.php
+++ b/src/InputHelper.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\InputHelper.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\Config\ConfigFactoryInterface;
diff --git a/src/InputHelperInterface.php b/src/InputHelperInterface.php
index 4c52181..326fc36 100644
--- a/src/InputHelperInterface.php
+++ b/src/InputHelperInterface.php
@@ -1,11 +1,7 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\InputHelperInterface.
- */
-
 namespace Drupal\fillpdf;
+
 use Drupal\file\FileInterface;
 
 /**
diff --git a/src/OutputHandler.php b/src/OutputHandler.php
index 421281f..aa13597 100644
--- a/src/OutputHandler.php
+++ b/src/OutputHandler.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\OutputHandler.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\StringTranslation\StringTranslationTrait;
diff --git a/src/OutputHandlerInterface.php b/src/OutputHandlerInterface.php
index 6c2799a..553685c 100644
--- a/src/OutputHandlerInterface.php
+++ b/src/OutputHandlerInterface.php
@@ -1,11 +1,7 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\OutputHandlerInterface.
- */
-
 namespace Drupal\fillpdf;
+
 use Drupal\file\FileInterface;
 
 /**
diff --git a/src/Plugin/FillPdfActionPlugin/FillPdfDownloadAction.php b/src/Plugin/FillPdfActionPlugin/FillPdfDownloadAction.php
index 8adb6ed..335b1d9 100644
--- a/src/Plugin/FillPdfActionPlugin/FillPdfDownloadAction.php
+++ b/src/Plugin/FillPdfActionPlugin/FillPdfDownloadAction.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Plugin\FillPdfActionPlugin\FillPdfDownloadAction.
- */
 
 namespace Drupal\fillpdf\Plugin\FillPdfActionPlugin;
 
diff --git a/src/Plugin/FillPdfActionPlugin/FillPdfRedirectAction.php b/src/Plugin/FillPdfActionPlugin/FillPdfRedirectAction.php
index 0ef12bb..18dff60 100644
--- a/src/Plugin/FillPdfActionPlugin/FillPdfRedirectAction.php
+++ b/src/Plugin/FillPdfActionPlugin/FillPdfRedirectAction.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Plugin\FillPdfActionPlugin\FillPdfRedirectAction.
- */
 
 namespace Drupal\fillpdf\Plugin\FillPdfActionPlugin;
 
diff --git a/src/Plugin/FillPdfActionPlugin/FillPdfSaveAction.php b/src/Plugin/FillPdfActionPlugin/FillPdfSaveAction.php
index ba8fd31..5c510c0 100644
--- a/src/Plugin/FillPdfActionPlugin/FillPdfSaveAction.php
+++ b/src/Plugin/FillPdfActionPlugin/FillPdfSaveAction.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Plugin\FillPdfActionPlugin\FillPdfSaveAction.
- */
 
 namespace Drupal\fillpdf\Plugin\FillPdfActionPlugin;
 
diff --git a/src/Plugin/FillPdfActionPluginBase.php b/src/Plugin/FillPdfActionPluginBase.php
index 9cea87a..60bb640 100644
--- a/src/Plugin/FillPdfActionPluginBase.php
+++ b/src/Plugin/FillPdfActionPluginBase.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\Plugin\FillPdfActionPluginBase.
- */
-
 namespace Drupal\fillpdf\Plugin;
 
 use Drupal\Component\Plugin\PluginBase;
diff --git a/src/Plugin/FillPdfActionPluginInterface.php b/src/Plugin/FillPdfActionPluginInterface.php
index d820c3b..c5da573 100644
--- a/src/Plugin/FillPdfActionPluginInterface.php
+++ b/src/Plugin/FillPdfActionPluginInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\Plugin\FillPdfActionPluginInterface.
- */
-
 namespace Drupal\fillpdf\Plugin;
 
 use Drupal\Component\Plugin\ConfigurablePluginInterface;
diff --git a/src/Plugin/FillPdfActionPluginManager.php b/src/Plugin/FillPdfActionPluginManager.php
index 89bf2d3..68d8d0a 100644
--- a/src/Plugin/FillPdfActionPluginManager.php
+++ b/src/Plugin/FillPdfActionPluginManager.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\fillpdf\Plugin\FillPdfActionPluginManager.
- */
-
 namespace Drupal\fillpdf\Plugin;
 
 use Drupal\Core\Plugin\DefaultPluginManager;
diff --git a/src/Plugin/FillPdfBackend/FillPdfServiceFillPdfBackend.php b/src/Plugin/FillPdfBackend/FillPdfServiceFillPdfBackend.php
index be4535f..7d907fa 100644
--- a/src/Plugin/FillPdfBackend/FillPdfServiceFillPdfBackend.php
+++ b/src/Plugin/FillPdfBackend/FillPdfServiceFillPdfBackend.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Plugin\FillPdfBackend\FillPdfServiceFillPdfBackend.
- */
 
 namespace Drupal\fillpdf\Plugin\FillPdfBackend;
 
diff --git a/src/Plugin/FillPdfBackend/LocalFillPdfBackend.php b/src/Plugin/FillPdfBackend/LocalFillPdfBackend.php
index a8c77b7..606e0c6 100644
--- a/src/Plugin/FillPdfBackend/LocalFillPdfBackend.php
+++ b/src/Plugin/FillPdfBackend/LocalFillPdfBackend.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Plugin\FillPdfBackend\LocalFillPdfBackend.
- */
 
 namespace Drupal\fillpdf\Plugin\FillPdfBackend;
 
diff --git a/src/Plugin/FillPdfBackend/PdftkFillPdfBackend.php b/src/Plugin/FillPdfBackend/PdftkFillPdfBackend.php
index 9a3f33a..a7df75c 100644
--- a/src/Plugin/FillPdfBackend/PdftkFillPdfBackend.php
+++ b/src/Plugin/FillPdfBackend/PdftkFillPdfBackend.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Plugin\FillPdfBackend\PdftkFillPdfBackend.
- */
 
 namespace Drupal\fillpdf\Plugin\FillPdfBackend;
 
diff --git a/src/Serializer.php b/src/Serializer.php
index 0bd5870..fcfe03a 100644
--- a/src/Serializer.php
+++ b/src/Serializer.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\Serializer.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\Entity\EntityTypeManagerInterface;
diff --git a/src/SerializerInterface.php b/src/SerializerInterface.php
index dd6cb1e..a922389 100644
--- a/src/SerializerInterface.php
+++ b/src/SerializerInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\SerializerInterface.
- */
-
 namespace Drupal\fillpdf;
 
 /**
diff --git a/src/Service/FillPdfAdminFormHelper.php b/src/Service/FillPdfAdminFormHelper.php
index 5efa2c4..dc13734 100644
--- a/src/Service/FillPdfAdminFormHelper.php
+++ b/src/Service/FillPdfAdminFormHelper.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Service\FillPdfAdminFormHelper.
- */
 
 namespace Drupal\fillpdf\Service;
 
diff --git a/src/Service/FillPdfContextManager.php b/src/Service/FillPdfContextManager.php
index 3fa7223..6e2af57 100644
--- a/src/Service/FillPdfContextManager.php
+++ b/src/Service/FillPdfContextManager.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Service\FillPdfContextManager\FillPdfContextManager.
- */
 
 namespace Drupal\fillpdf\Service;
 
diff --git a/src/Service/FillPdfLinkManipulator.php b/src/Service/FillPdfLinkManipulator.php
index ed222ff..2565f95 100644
--- a/src/Service/FillPdfLinkManipulator.php
+++ b/src/Service/FillPdfLinkManipulator.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Service\FillPdfLinkManipulator.
- */
 
 namespace Drupal\fillpdf\Service;
 
diff --git a/src/Tests/FillPdfBackendTest.php b/src/Tests/FillPdfBackendTest.php
index 5b15b1f..d1e6151 100644
--- a/src/Tests/FillPdfBackendTest.php
+++ b/src/Tests/FillPdfBackendTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Tests\FillPdfBackendTest
- */
 
 namespace Drupal\fillpdf\Tests;
 
diff --git a/src/Tests/FillPdfOverviewFormTest.php b/src/Tests/FillPdfOverviewFormTest.php
index 9fa445c..aa37c60 100644
--- a/src/Tests/FillPdfOverviewFormTest.php
+++ b/src/Tests/FillPdfOverviewFormTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\fillpdf\Tests\FillPdfOverviewFormTest.
- */
 
 namespace Drupal\fillpdf\Tests;
 
diff --git a/src/TokenResolver.php b/src/TokenResolver.php
index f204dba..6cdb789 100644
--- a/src/TokenResolver.php
+++ b/src/TokenResolver.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\TokenResolver.
- */
-
 namespace Drupal\fillpdf;
 
 use Drupal\Core\Utility\Token;
diff --git a/src/TokenResolverInterface.php b/src/TokenResolverInterface.php
index fe7d8a2..a19a0ed 100644
--- a/src/TokenResolverInterface.php
+++ b/src/TokenResolverInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\fillpdf\TokenResolverInterface.
- */
-
 namespace Drupal\fillpdf;
 
 /**
-- 
GitLab