diff --git a/modules/ctools_block/src/Plugin/Block/EntityField.php b/modules/ctools_block/src/Plugin/Block/EntityField.php
index 1120f09..6d42530 100644
--- a/modules/ctools_block/src/Plugin/Block/EntityField.php
+++ b/modules/ctools_block/src/Plugin/Block/EntityField.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Block\EntityField.
- */
-
 namespace Drupal\ctools_block\Plugin\Block;
 
 use Drupal\Component\Utility\NestedArray;
diff --git a/modules/ctools_block/src/Plugin/Deriver/EntityFieldDeriver.php b/modules/ctools_block/src/Plugin/Deriver/EntityFieldDeriver.php
index f414e2c..ac5b5d1 100644
--- a/modules/ctools_block/src/Plugin/Deriver/EntityFieldDeriver.php
+++ b/modules/ctools_block/src/Plugin/Deriver/EntityFieldDeriver.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Derivative\EntityFieldDeriver.
- */
-
 namespace Drupal\ctools_block\Plugin\Deriver;
 
 use Drupal\Core\Plugin\Context\ContextDefinition;
diff --git a/modules/ctools_block/src/Tests/EntityFieldBlockTest.php b/modules/ctools_block/src/Tests/EntityFieldBlockTest.php
index 8dbaeaa..a5964e2 100644
--- a/modules/ctools_block/src/Tests/EntityFieldBlockTest.php
+++ b/modules/ctools_block/src/Tests/EntityFieldBlockTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_block\Tests\EntityFieldBlockTest.
- */
-
 namespace Drupal\ctools_block\Tests;
 
 use Drupal\simpletest\WebTestBase;
diff --git a/modules/ctools_views/src/Plugin/Display/Block.php b/modules/ctools_views/src/Plugin/Display/Block.php
index 9b72f34..e2d2a7c 100644
--- a/modules/ctools_views/src/Plugin/Display/Block.php
+++ b/modules/ctools_views/src/Plugin/Display/Block.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools_views\Plugin\Display\Block.
- */
 
 namespace Drupal\ctools_views\Plugin\Display;
 
diff --git a/modules/ctools_views/src/Tests/CToolsViewsBasicViewBlockTest.php b/modules/ctools_views/src/Tests/CToolsViewsBasicViewBlockTest.php
index 38ba878..57b1dc9 100644
--- a/modules/ctools_views/src/Tests/CToolsViewsBasicViewBlockTest.php
+++ b/modules/ctools_views/src/Tests/CToolsViewsBasicViewBlockTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools_views\Tests\CToolsViewsBasicViewBlockTest.
- */
 
 namespace Drupal\ctools_views\Tests;
 
diff --git a/src/Access/AccessInterface.php b/src/Access/AccessInterface.php
index 7e5436f..1e12fd2 100644
--- a/src/Access/AccessInterface.php
+++ b/src/Access/AccessInterface.php
@@ -1,8 +1,5 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Access\AccessInterface.
- */
+
 namespace Drupal\ctools\Access;
 
 use Drupal\Core\Session\AccountInterface;
diff --git a/src/Access/TempstoreAccess.php b/src/Access/TempstoreAccess.php
index 552a87c..506ade6 100644
--- a/src/Access/TempstoreAccess.php
+++ b/src/Access/TempstoreAccess.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Access\TempstoreAccess.
- */
 
 namespace Drupal\ctools\Access;
 
diff --git a/src/Ajax/OpenModalWizardCommand.php b/src/Ajax/OpenModalWizardCommand.php
index 52b32f2..acd8047 100644
--- a/src/Ajax/OpenModalWizardCommand.php
+++ b/src/Ajax/OpenModalWizardCommand.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Ajax\OpenModalWizardCommand.
- */
 
 namespace Drupal\ctools\Ajax;
 
diff --git a/src/Annotation/Relationship.php b/src/Annotation/Relationship.php
index 3e45355..452f699 100644
--- a/src/Annotation/Relationship.php
+++ b/src/Annotation/Relationship.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Annotation\Relationship.
- */
-
 namespace Drupal\ctools\Annotation;
 
 use Drupal\Component\Annotation\Plugin;
diff --git a/src/ConstraintConditionInterface.php b/src/ConstraintConditionInterface.php
index 44182de..236593a 100644
--- a/src/ConstraintConditionInterface.php
+++ b/src/ConstraintConditionInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\ConstraintConditionInterface.
- */
 
 namespace Drupal\ctools;
 
diff --git a/src/Context/EntityLazyLoadContext.php b/src/Context/EntityLazyLoadContext.php
index a9247f0..c4dacce 100644
--- a/src/Context/EntityLazyLoadContext.php
+++ b/src/Context/EntityLazyLoadContext.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Context\EntityLazyLoadContext.
- */
-
 namespace Drupal\ctools\Context;
 
 use Drupal\Core\Entity\EntityRepositoryInterface;
diff --git a/src/ContextMapper.php b/src/ContextMapper.php
index 4144649..284dcf0 100644
--- a/src/ContextMapper.php
+++ b/src/ContextMapper.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\ContextMapper.
- */
-
 namespace Drupal\ctools;
 
 use Drupal\Core\Entity\EntityRepositoryInterface;
diff --git a/src/ContextMapperInterface.php b/src/ContextMapperInterface.php
index 04ac095..b583817 100644
--- a/src/ContextMapperInterface.php
+++ b/src/ContextMapperInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\ContextMapperInterface.
- */
-
 namespace Drupal\ctools;
 
 /**
diff --git a/src/ContextNotFoundException.php b/src/ContextNotFoundException.php
index 5d164fb..b9cf15c 100644
--- a/src/ContextNotFoundException.php
+++ b/src/ContextNotFoundException.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\ContextNotFoundException.
- */
 
 namespace Drupal\ctools;
 
diff --git a/src/Controller/WizardEntityFormController.php b/src/Controller/WizardEntityFormController.php
index 0d05154..4525764 100644
--- a/src/Controller/WizardEntityFormController.php
+++ b/src/Controller/WizardEntityFormController.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Controller\WizardEntityFormController.
- */
-
 namespace Drupal\ctools\Controller;
 
 use Drupal\Core\Controller\ControllerResolverInterface;
diff --git a/src/Controller/WizardFormController.php b/src/Controller/WizardFormController.php
index 8fb0262..e4492a4 100644
--- a/src/Controller/WizardFormController.php
+++ b/src/Controller/WizardFormController.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Controller\WizardFormController.
- */
-
 namespace Drupal\ctools\Controller;
 
 use Drupal\Core\Controller\ControllerResolverInterface;
diff --git a/src/Event/WizardEvent.php b/src/Event/WizardEvent.php
index 424dbd5..7123297 100644
--- a/src/Event/WizardEvent.php
+++ b/src/Event/WizardEvent.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Event\WizardEvent.
- */
-
 namespace Drupal\ctools\Event;
 
 use Drupal\ctools\Wizard\FormWizardInterface;
diff --git a/src/Form/AjaxFormTrait.php b/src/Form/AjaxFormTrait.php
index 0bc4bc7..b30250b 100644
--- a/src/Form/AjaxFormTrait.php
+++ b/src/Form/AjaxFormTrait.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Form\AjaxFormTrait.
- */
-
 namespace Drupal\ctools\Form;
 
 use Drupal\Component\Serialization\Json;
diff --git a/src/Form/ConditionConfigure.php b/src/Form/ConditionConfigure.php
index d6ab410..fd2608e 100644
--- a/src/Form/ConditionConfigure.php
+++ b/src/Form/ConditionConfigure.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains Drupal\ctools\Form\ConditionConfigure.
- */
-
 namespace Drupal\ctools\Form;
 
 
diff --git a/src/Form/ConditionDelete.php b/src/Form/ConditionDelete.php
index da7276d..d2303bc 100644
--- a/src/Form/ConditionDelete.php
+++ b/src/Form/ConditionDelete.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Form\ConditionDelete.
- */
-
 namespace Drupal\ctools\Form;
 
 use Drupal\Component\Plugin\PluginManagerInterface;
diff --git a/src/Form/ContextConfigure.php b/src/Form/ContextConfigure.php
index b9e4abc..142f18a 100644
--- a/src/Form/ContextConfigure.php
+++ b/src/Form/ContextConfigure.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Form\ContextConfigure.
- */
-
 namespace Drupal\ctools\Form;
 
 
diff --git a/src/Form/ContextDelete.php b/src/Form/ContextDelete.php
index fe0a9a1..06e0794 100644
--- a/src/Form/ContextDelete.php
+++ b/src/Form/ContextDelete.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Form\ContextDelete.
- */
-
 namespace Drupal\ctools\Form;
 
 
diff --git a/src/Form/ManageConditions.php b/src/Form/ManageConditions.php
index c6b9025..3c002ec 100644
--- a/src/Form/ManageConditions.php
+++ b/src/Form/ManageConditions.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Form\ManageConditions.
- */
-
 namespace Drupal\ctools\Form;
 
 
diff --git a/src/Form/ManageContext.php b/src/Form/ManageContext.php
index e8e6134..0c82eff 100644
--- a/src/Form/ManageContext.php
+++ b/src/Form/ManageContext.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Form\ManageContext.
- */
 
 namespace Drupal\ctools\Form;
 
diff --git a/src/Form/ManageResolverRelationships.php b/src/Form/ManageResolverRelationships.php
index db71f93..3f6b3e3 100644
--- a/src/Form/ManageResolverRelationships.php
+++ b/src/Form/ManageResolverRelationships.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Form\ManageResolverRelationships.
- */
 
 namespace Drupal\ctools\Form;
 
diff --git a/src/Form/RelationshipConfigure.php b/src/Form/RelationshipConfigure.php
index 7f42bad..4f13f46 100644
--- a/src/Form/RelationshipConfigure.php
+++ b/src/Form/RelationshipConfigure.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Form\RelationshipConfigure.
- */
 
 namespace Drupal\ctools\Form;
 
diff --git a/src/Form/RequiredContext.php b/src/Form/RequiredContext.php
index bd2aed1..c2b48a3 100644
--- a/src/Form/RequiredContext.php
+++ b/src/Form/RequiredContext.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Form\RequiredContext.
- */
-
 namespace Drupal\ctools\Form;
 
 use Drupal\Component\Plugin\PluginManagerInterface;
diff --git a/src/Form/RequiredContextDelete.php b/src/Form/RequiredContextDelete.php
index 8b2b4b5..e04429a 100644
--- a/src/Form/RequiredContextDelete.php
+++ b/src/Form/RequiredContextDelete.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Form\RequiredContextDelete.
- */
-
 namespace Drupal\ctools\Form;
 
 use Drupal\Core\Form\ConfirmFormBase;
diff --git a/src/Form/ResolverRelationshipConfigure.php b/src/Form/ResolverRelationshipConfigure.php
index 05b947d..00234cd 100644
--- a/src/Form/ResolverRelationshipConfigure.php
+++ b/src/Form/ResolverRelationshipConfigure.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Form\ResolverRelationshipConfigure.
- */
-
 namespace Drupal\ctools\Form;
 
 
diff --git a/src/Form/ResolverRelationshipDelete.php b/src/Form/ResolverRelationshipDelete.php
index 5da4459..4dfde28 100644
--- a/src/Form/ResolverRelationshipDelete.php
+++ b/src/Form/ResolverRelationshipDelete.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Form\RelationshipDelete.
- */
 
 namespace Drupal\ctools\Form;
 
diff --git a/src/ParamConverter/TempstoreConverter.php b/src/ParamConverter/TempstoreConverter.php
index fa38caf..6458d90 100644
--- a/src/ParamConverter/TempstoreConverter.php
+++ b/src/ParamConverter/TempstoreConverter.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\ParamConverter\TempstoreConverter.
- */
-
 namespace Drupal\ctools\ParamConverter;
 
 use Drupal\Component\Utility\NestedArray;
diff --git a/src/Plugin/Block/EntityView.php b/src/Plugin/Block/EntityView.php
index 9ddf558..51342d0 100644
--- a/src/Plugin/Block/EntityView.php
+++ b/src/Plugin/Block/EntityView.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Block\EntityView.
- */
-
 namespace Drupal\ctools\Plugin\Block;
 
 use Drupal\Core\Block\BlockBase;
diff --git a/src/Plugin/BlockPluginCollection.php b/src/Plugin/BlockPluginCollection.php
index 1d3dd0f..56d51b7 100644
--- a/src/Plugin/BlockPluginCollection.php
+++ b/src/Plugin/BlockPluginCollection.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\BlockPluginCollection.
- */
-
 namespace Drupal\ctools\Plugin;
 
 use Drupal\Core\Block\BlockPluginInterface;
diff --git a/src/Plugin/BlockVariantInterface.php b/src/Plugin/BlockVariantInterface.php
index bb745ee..aa2709a 100644
--- a/src/Plugin/BlockVariantInterface.php
+++ b/src/Plugin/BlockVariantInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\BlockVariantInterface.
- */
-
 namespace Drupal\ctools\Plugin;
 
 use Drupal\Core\Display\VariantInterface;
diff --git a/src/Plugin/BlockVariantTrait.php b/src/Plugin/BlockVariantTrait.php
index 0f981d8..fa01870 100644
--- a/src/Plugin/BlockVariantTrait.php
+++ b/src/Plugin/BlockVariantTrait.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\BlockVariantTrait.
- */
-
 namespace Drupal\ctools\Plugin;
 
 /**
diff --git a/src/Plugin/Condition/EntityBundle.php b/src/Plugin/Condition/EntityBundle.php
index 50d5966..57547f3 100644
--- a/src/Plugin/Condition/EntityBundle.php
+++ b/src/Plugin/Condition/EntityBundle.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Condition\EntityBundle.
- */
 
 namespace Drupal\ctools\Plugin\Condition;
 
diff --git a/src/Plugin/Condition/NodeType.php b/src/Plugin/Condition/NodeType.php
index 5214e9c..3cf9600 100644
--- a/src/Plugin/Condition/NodeType.php
+++ b/src/Plugin/Condition/NodeType.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Condition\NodeType.
- */
 
 namespace Drupal\ctools\Plugin\Condition;
 
diff --git a/src/Plugin/Deriver/EntityBundle.php b/src/Plugin/Deriver/EntityBundle.php
index d132ef7..073ab4a 100644
--- a/src/Plugin/Deriver/EntityBundle.php
+++ b/src/Plugin/Deriver/EntityBundle.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Deriver\EntityBundle
- */
 
 namespace Drupal\ctools\Plugin\Deriver;
 
diff --git a/src/Plugin/Deriver/EntityDeriverBase.php b/src/Plugin/Deriver/EntityDeriverBase.php
index e6ee0f9..1adec99 100644
--- a/src/Plugin/Deriver/EntityDeriverBase.php
+++ b/src/Plugin/Deriver/EntityDeriverBase.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Deriver\EntityDeriverBase.php
- */
 
 namespace Drupal\ctools\Plugin\Deriver;
 
diff --git a/src/Plugin/Deriver/EntityViewDeriver.php b/src/Plugin/Deriver/EntityViewDeriver.php
index 8d2dbe5..f8f189c 100644
--- a/src/Plugin/Deriver/EntityViewDeriver.php
+++ b/src/Plugin/Deriver/EntityViewDeriver.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Derivative\EntityViewDeriver.
- */
-
 namespace Drupal\ctools\Plugin\Deriver;
 
 use Drupal\Core\Plugin\Context\ContextDefinition;
diff --git a/src/Plugin/Deriver/TypedDataEntityRelationshipDeriver.php b/src/Plugin/Deriver/TypedDataEntityRelationshipDeriver.php
index 9706a8d..cd2d83f 100644
--- a/src/Plugin/Deriver/TypedDataEntityRelationshipDeriver.php
+++ b/src/Plugin/Deriver/TypedDataEntityRelationshipDeriver.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Deriver\TypedDataEntityRelationshipDeriver.
- */
 
 namespace Drupal\ctools\Plugin\Deriver;
 
diff --git a/src/Plugin/Deriver/TypedDataLanguageRelationshipDeriver.php b/src/Plugin/Deriver/TypedDataLanguageRelationshipDeriver.php
index 6990d63..d662d29 100644
--- a/src/Plugin/Deriver/TypedDataLanguageRelationshipDeriver.php
+++ b/src/Plugin/Deriver/TypedDataLanguageRelationshipDeriver.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Deriver\TypedDataLanguageRelationshipDeriver.
- */
 
 namespace Drupal\ctools\Plugin\Deriver;
 
diff --git a/src/Plugin/Deriver/TypedDataPropertyDeriverBase.php b/src/Plugin/Deriver/TypedDataPropertyDeriverBase.php
index 66a69f8..ae8bbc2 100644
--- a/src/Plugin/Deriver/TypedDataPropertyDeriverBase.php
+++ b/src/Plugin/Deriver/TypedDataPropertyDeriverBase.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Deriver\TypedDataPropertyDeriverBase.
- */
 
 namespace Drupal\ctools\Plugin\Deriver;
 
diff --git a/src/Plugin/Deriver/TypedDataRelationshipDeriver.php b/src/Plugin/Deriver/TypedDataRelationshipDeriver.php
index d05be30..e0f8dbb 100644
--- a/src/Plugin/Deriver/TypedDataRelationshipDeriver.php
+++ b/src/Plugin/Deriver/TypedDataRelationshipDeriver.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Deriver\TypedDataRelationshipDeriver.
- */
 
 namespace Drupal\ctools\Plugin\Deriver;
 
diff --git a/src/Plugin/DisplayVariant/BlockDisplayVariant.php b/src/Plugin/DisplayVariant/BlockDisplayVariant.php
index 889d76d..028fbc9 100644
--- a/src/Plugin/DisplayVariant/BlockDisplayVariant.php
+++ b/src/Plugin/DisplayVariant/BlockDisplayVariant.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\DisplayVariant\BlockDisplayVariant.
- */
-
 namespace Drupal\ctools\Plugin\DisplayVariant;
 
 use Drupal\Component\Uuid\UuidInterface;
diff --git a/src/Plugin/PluginWizardInterface.php b/src/Plugin/PluginWizardInterface.php
index 8eab275..cbb5e77 100644
--- a/src/Plugin/PluginWizardInterface.php
+++ b/src/Plugin/PluginWizardInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\PluginWizardInterface.
- */
 
 namespace Drupal\ctools\Plugin;
 
diff --git a/src/Plugin/Relationship/TypedDataEntityRelationship.php b/src/Plugin/Relationship/TypedDataEntityRelationship.php
index cef5a7f..ce96841 100644
--- a/src/Plugin/Relationship/TypedDataEntityRelationship.php
+++ b/src/Plugin/Relationship/TypedDataEntityRelationship.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Relationship\TypedDataEntityRelationship.
- */
 
 namespace Drupal\ctools\Plugin\Relationship;
 use Drupal\Core\Plugin\Context\Context;
diff --git a/src/Plugin/Relationship/TypedDataLanguageRelationship.php b/src/Plugin/Relationship/TypedDataLanguageRelationship.php
index a0394ff..c198231 100644
--- a/src/Plugin/Relationship/TypedDataLanguageRelationship.php
+++ b/src/Plugin/Relationship/TypedDataLanguageRelationship.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Relationship\TypedDataLanguageRelationship.
- */
 
 namespace Drupal\ctools\Plugin\Relationship;
 use Drupal\Core\Plugin\Context\Context;
diff --git a/src/Plugin/Relationship/TypedDataRelationship.php b/src/Plugin/Relationship/TypedDataRelationship.php
index eee74e0..d795f28 100644
--- a/src/Plugin/Relationship/TypedDataRelationship.php
+++ b/src/Plugin/Relationship/TypedDataRelationship.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\Relationship\TypedDataRelationship.
- */
 
 namespace Drupal\ctools\Plugin\Relationship;
 
diff --git a/src/Plugin/RelationshipBase.php b/src/Plugin/RelationshipBase.php
index 10cfbf0..9f1e1cf 100644
--- a/src/Plugin/RelationshipBase.php
+++ b/src/Plugin/RelationshipBase.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\RelationshipBase.
- */
-
 namespace Drupal\ctools\Plugin;
 
 use Drupal\Core\Plugin\ContextAwarePluginBase;
diff --git a/src/Plugin/RelationshipInterface.php b/src/Plugin/RelationshipInterface.php
index 63a4117..0372a0e 100644
--- a/src/Plugin/RelationshipInterface.php
+++ b/src/Plugin/RelationshipInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\RelationshipInterface.
- */
-
 namespace Drupal\ctools\Plugin;
 
 use Drupal\Component\Plugin\DerivativeInspectionInterface;
diff --git a/src/Plugin/RelationshipManager.php b/src/Plugin/RelationshipManager.php
index d497b02..b60462f 100644
--- a/src/Plugin/RelationshipManager.php
+++ b/src/Plugin/RelationshipManager.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\RelationshipManager.
- */
-
 namespace Drupal\ctools\Plugin;
 
 use Drupal\Core\Plugin\Context\ContextAwarePluginManagerTrait;
diff --git a/src/Plugin/RelationshipManagerInterface.php b/src/Plugin/RelationshipManagerInterface.php
index 307d43e..a97fa1f 100644
--- a/src/Plugin/RelationshipManagerInterface.php
+++ b/src/Plugin/RelationshipManagerInterface.php
@@ -1,13 +1,9 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\RelationshipManagerInterface.
- */
+
 namespace Drupal\ctools\Plugin;
 use Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface;
 use Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface;
 
-
 /**
  * Provides the Relationship plugin manager.
  */
diff --git a/src/Plugin/VariantCollectionInterface.php b/src/Plugin/VariantCollectionInterface.php
index af6c3e6..5865e99 100644
--- a/src/Plugin/VariantCollectionInterface.php
+++ b/src/Plugin/VariantCollectionInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\VariantCollectionInterface.
- */
 
 namespace Drupal\ctools\Plugin;
 
diff --git a/src/Plugin/VariantCollectionTrait.php b/src/Plugin/VariantCollectionTrait.php
index 0a549bf..98a6f9a 100644
--- a/src/Plugin/VariantCollectionTrait.php
+++ b/src/Plugin/VariantCollectionTrait.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\VariantCollectionTrait.
- */
 
 namespace Drupal\ctools\Plugin;
 
diff --git a/src/Plugin/VariantPluginCollection.php b/src/Plugin/VariantPluginCollection.php
index da51264..77914cd 100644
--- a/src/Plugin/VariantPluginCollection.php
+++ b/src/Plugin/VariantPluginCollection.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Plugin\VariantPluginCollection.
- */
-
 namespace Drupal\ctools\Plugin;
 
 use Drupal\Core\Plugin\DefaultLazyPluginCollection;
diff --git a/src/Routing/Enhancer/WizardEnhancer.php b/src/Routing/Enhancer/WizardEnhancer.php
index 8650353..3e125eb 100644
--- a/src/Routing/Enhancer/WizardEnhancer.php
+++ b/src/Routing/Enhancer/WizardEnhancer.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Routing\Enhancer\WizardControllerSubscriber.
- */
-
 namespace Drupal\ctools\Routing\Enhancer;
 
 use Drupal\Core\Routing\Enhancer\RouteEnhancerInterface;
diff --git a/src/Testing/EntityCreationTrait.php b/src/Testing/EntityCreationTrait.php
index 0adf6e6..358f8a1 100644
--- a/src/Testing/EntityCreationTrait.php
+++ b/src/Testing/EntityCreationTrait.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains EntityCreationTrait.php
- */
 
 namespace Drupal\ctools\Testing;
 
diff --git a/src/Tests/Wizard/CToolsWizardTest.php b/src/Tests/Wizard/CToolsWizardTest.php
index 88224c6..645572c 100644
--- a/src/Tests/Wizard/CToolsWizardTest.php
+++ b/src/Tests/Wizard/CToolsWizardTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Tests\Wizard\CToolsWizardTest.
- */
-
 namespace Drupal\ctools\Tests\Wizard;
 
 
diff --git a/src/TypedDataResolver.php b/src/TypedDataResolver.php
index 0bc22fc..737ab3c 100644
--- a/src/TypedDataResolver.php
+++ b/src/TypedDataResolver.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\TypedDataResolver.
- */
 
 namespace Drupal\ctools;
 
diff --git a/src/Wizard/EntityFormWizardBase.php b/src/Wizard/EntityFormWizardBase.php
index fa51b9c..93a9979 100644
--- a/src/Wizard/EntityFormWizardBase.php
+++ b/src/Wizard/EntityFormWizardBase.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Wizard\EntityFormWizardBase.
- */
-
 namespace Drupal\ctools\Wizard;
 
 
diff --git a/src/Wizard/EntityFormWizardInterface.php b/src/Wizard/EntityFormWizardInterface.php
index 28811a0..92f5579 100644
--- a/src/Wizard/EntityFormWizardInterface.php
+++ b/src/Wizard/EntityFormWizardInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Wizard\EntityFormWizardInterface.
- */
-
 namespace Drupal\ctools\Wizard;
 
 /**
diff --git a/src/Wizard/FormWizardBase.php b/src/Wizard/FormWizardBase.php
index e9690b5..117fddd 100644
--- a/src/Wizard/FormWizardBase.php
+++ b/src/Wizard/FormWizardBase.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Wizard\FormWizardBase.
- */
-
 namespace Drupal\ctools\Wizard;
 
 use Drupal\Core\Ajax\AjaxResponse;
diff --git a/src/Wizard/FormWizardInterface.php b/src/Wizard/FormWizardInterface.php
index 1abd847..54043c3 100644
--- a/src/Wizard/FormWizardInterface.php
+++ b/src/Wizard/FormWizardInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools\Wizard\FormWizardInterface.
- */
-
 namespace Drupal\ctools\Wizard;
 
 use Drupal\Core\Form\FormInterface;
diff --git a/src/Wizard/WizardFactory.php b/src/Wizard/WizardFactory.php
index 395da69..27522d0 100644
--- a/src/Wizard/WizardFactory.php
+++ b/src/Wizard/WizardFactory.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Wizard\WizardFactory.
- */
 
 namespace Drupal\ctools\Wizard;
 
diff --git a/src/Wizard/WizardFactoryInterface.php b/src/Wizard/WizardFactoryInterface.php
index b01d2f3..34b00a8 100644
--- a/src/Wizard/WizardFactoryInterface.php
+++ b/src/Wizard/WizardFactoryInterface.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Wizard\WizardFactoryInterface.
- */
 namespace Drupal\ctools\Wizard;
 
 interface WizardFactoryInterface {
diff --git a/tests/modules/ctools_wizard_test/src/Entity/ExampleConfigEntity.php b/tests/modules/ctools_wizard_test/src/Entity/ExampleConfigEntity.php
index 347f3d4..b8dd1f5 100644
--- a/tests/modules/ctools_wizard_test/src/Entity/ExampleConfigEntity.php
+++ b/tests/modules/ctools_wizard_test/src/Entity/ExampleConfigEntity.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Entity\ExampleConfigEntity.
- */
-
 namespace Drupal\ctools_wizard_test\Entity;
 
 use Drupal\Core\Config\Entity\ConfigEntityBase;
diff --git a/tests/modules/ctools_wizard_test/src/ExampleConfigEntityInterface.php b/tests/modules/ctools_wizard_test/src/ExampleConfigEntityInterface.php
index e0031ae..a4519e4 100644
--- a/tests/modules/ctools_wizard_test/src/ExampleConfigEntityInterface.php
+++ b/tests/modules/ctools_wizard_test/src/ExampleConfigEntityInterface.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\ExampleConfigEntityInterface.
- */
-
 namespace Drupal\ctools_wizard_test;
 
 use Drupal\Core\Config\Entity\ConfigEntityInterface;
diff --git a/tests/modules/ctools_wizard_test/src/ExampleConfigEntityListBuilder.php b/tests/modules/ctools_wizard_test/src/ExampleConfigEntityListBuilder.php
index 59d7687..47d3ecf 100644
--- a/tests/modules/ctools_wizard_test/src/ExampleConfigEntityListBuilder.php
+++ b/tests/modules/ctools_wizard_test/src/ExampleConfigEntityListBuilder.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\ExampleConfigEntityListBuilder.
- */
-
 namespace Drupal\ctools_wizard_test;
 
 use Drupal\Core\Config\Entity\ConfigEntityListBuilder;
diff --git a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityDeleteForm.php b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityDeleteForm.php
index 62b6ba7..487751d 100644
--- a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityDeleteForm.php
+++ b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityDeleteForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Form\ExampleConfigEntityDeleteForm.
- */
-
 namespace Drupal\ctools_wizard_test\Form;
 
 use Drupal\Core\Entity\EntityConfirmFormBase;
diff --git a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php
index c665a59..0ffca3d 100644
--- a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php
+++ b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Form\ExampleConfigEntityExistingForm.
- */
-
 namespace Drupal\ctools_wizard_test\Form;
 
 use Drupal\Core\Form\FormBase;
diff --git a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php
index 3d30c93..2ba871c 100644
--- a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php
+++ b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Form\ExampleConfigEntityExternalForm
- */
 
 namespace Drupal\ctools_wizard_test\Form;
 
diff --git a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityGeneralForm.php b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityGeneralForm.php
index 7e29591..6120342 100644
--- a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityGeneralForm.php
+++ b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityGeneralForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Form\ExampleConfigEntityGeneralForm.
- */
-
 namespace Drupal\ctools_wizard_test\Form;
 
 use Drupal\Core\Entity\EntityInterface;
diff --git a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityOneForm.php b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityOneForm.php
index cf5bd2f..0d9de40 100644
--- a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityOneForm.php
+++ b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityOneForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Form\ExampleConfigEntityOneForm.
- */
-
 namespace Drupal\ctools_wizard_test\Form;
 
 
diff --git a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityTwoForm.php b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityTwoForm.php
index 2a4017d..2e37c5e 100644
--- a/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityTwoForm.php
+++ b/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityTwoForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Form\ExampleConfigEntityTwoForm.
- */
-
 namespace Drupal\ctools_wizard_test\Form;
 
 use Drupal\Core\Form\FormBase;
diff --git a/tests/modules/ctools_wizard_test/src/Form/OneForm.php b/tests/modules/ctools_wizard_test/src/Form/OneForm.php
index 270c3ba..0375056 100644
--- a/tests/modules/ctools_wizard_test/src/Form/OneForm.php
+++ b/tests/modules/ctools_wizard_test/src/Form/OneForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Form\OneForm.
- */
-
 namespace Drupal\ctools_wizard_test\Form;
 
 
diff --git a/tests/modules/ctools_wizard_test/src/Form/TwoForm.php b/tests/modules/ctools_wizard_test/src/Form/TwoForm.php
index f9f7e8d..01ae10a 100644
--- a/tests/modules/ctools_wizard_test/src/Form/TwoForm.php
+++ b/tests/modules/ctools_wizard_test/src/Form/TwoForm.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Form\TwoForm.
- */
-
 namespace Drupal\ctools_wizard_test\Form;
 
 
diff --git a/tests/modules/ctools_wizard_test/src/Wizard/EntityAddWizardTest.php b/tests/modules/ctools_wizard_test/src/Wizard/EntityAddWizardTest.php
index 7899cb0..77ab5d5 100644
--- a/tests/modules/ctools_wizard_test/src/Wizard/EntityAddWizardTest.php
+++ b/tests/modules/ctools_wizard_test/src/Wizard/EntityAddWizardTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Wizard\EntityAddWizardTest.
- */
 
 namespace Drupal\ctools_wizard_test\Wizard;
 
diff --git a/tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php b/tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php
index f00e24d..b272dfc 100644
--- a/tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php
+++ b/tests/modules/ctools_wizard_test/src/Wizard/EntityEditWizardTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\ctools\Wizard\EntityEditWizardTest.
- */
 
 namespace Drupal\ctools_wizard_test\Wizard;
 
diff --git a/tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php b/tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php
index e2ac081..539df33 100644
--- a/tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php
+++ b/tests/modules/ctools_wizard_test/src/Wizard/WizardTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\ctools_wizard_test\Wizard\WizardTest.
- */
-
 namespace Drupal\ctools_wizard_test\Wizard;
 
 
diff --git a/tests/src/Kernel/RelationshipManagerTest.php b/tests/src/Kernel/RelationshipManagerTest.php
index 5b0f91b..94ca6d9 100644
--- a/tests/src/Kernel/RelationshipManagerTest.php
+++ b/tests/src/Kernel/RelationshipManagerTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Kernel\RelationshipManagerTest.
- */
 
 namespace Drupal\Tests\ctools\Kernel;
 
diff --git a/tests/src/Kernel/RelationshipsTestBase.php b/tests/src/Kernel/RelationshipsTestBase.php
index 7847605..cd58379 100644
--- a/tests/src/Kernel/RelationshipsTestBase.php
+++ b/tests/src/Kernel/RelationshipsTestBase.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Kernel\RelationshipsTestBase
- */
 
 namespace Drupal\Tests\ctools\Kernel;
 
diff --git a/tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php b/tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php
index 5b6d10e..042eb7b 100644
--- a/tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php
+++ b/tests/src/Kernel/TypedDataEntityRelationshipPluginTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Kernel\TypedDataRelationshipPluginTest.
- */
 
 namespace Drupal\Tests\ctools\Kernel;
 
diff --git a/tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php b/tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php
index 2776222..3e94531 100644
--- a/tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php
+++ b/tests/src/Kernel/TypedDataLanguageRelationshipPluginTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Kernel\TypedDataLanguageRelationshipPluginTest.
- */
 
 namespace Drupal\Tests\ctools\Kernel;
 
diff --git a/tests/src/Kernel/TypedDataRelationshipPluginTest.php b/tests/src/Kernel/TypedDataRelationshipPluginTest.php
index b6c1c1d..f9a07cf 100644
--- a/tests/src/Kernel/TypedDataRelationshipPluginTest.php
+++ b/tests/src/Kernel/TypedDataRelationshipPluginTest.php
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Kernel\TypedDataRelationshipPluginTest.
- */
 
 namespace Drupal\Tests\ctools\Kernel;
 
diff --git a/tests/src/Kernel/TypedDataResolverTest.php b/tests/src/Kernel/TypedDataResolverTest.php
index 4214408..c53c9c1 100644
--- a/tests/src/Kernel/TypedDataResolverTest.php
+++ b/tests/src/Kernel/TypedDataResolverTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\KernelTests\ctools\TypedDataResolverTest.
- */
-
 namespace Drupal\Tests\ctools\Kernel;
 
 use Drupal\Core\Entity\ContentEntityInterface;
diff --git a/tests/src/Unit/BlockDisplayVariantTest.php b/tests/src/Unit/BlockDisplayVariantTest.php
index 79eeb04..ed04f3d 100644
--- a/tests/src/Unit/BlockDisplayVariantTest.php
+++ b/tests/src/Unit/BlockDisplayVariantTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Unit\BlockDisplayVariantTest.
- */
-
 namespace Drupal\Tests\ctools\Unit;
 
 use Drupal\Component\Uuid\UuidInterface;
diff --git a/tests/src/Unit/BlockPluginCollectionTest.php b/tests/src/Unit/BlockPluginCollectionTest.php
index 2aee6a4..c928107 100644
--- a/tests/src/Unit/BlockPluginCollectionTest.php
+++ b/tests/src/Unit/BlockPluginCollectionTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Unit\BlockPluginCollectionTest.
- */
-
 namespace Drupal\Tests\ctools\Unit;
 
 use Drupal\Core\Block\BlockManagerInterface;
diff --git a/tests/src/Unit/BlockVariantTraitTest.php b/tests/src/Unit/BlockVariantTraitTest.php
index a56cfe5..8926879 100644
--- a/tests/src/Unit/BlockVariantTraitTest.php
+++ b/tests/src/Unit/BlockVariantTraitTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Unit\BlockVariantTraitTest.
- */
-
 namespace Drupal\Tests\ctools\Unit;
 
 use Drupal\Component\Uuid\UuidInterface;
diff --git a/tests/src/Unit/ContextMapperTest.php b/tests/src/Unit/ContextMapperTest.php
index 93299d8..24a85f2 100644
--- a/tests/src/Unit/ContextMapperTest.php
+++ b/tests/src/Unit/ContextMapperTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Unit\ContextMapperTest.
- */
-
 namespace Drupal\Tests\ctools\Unit;
 
 use Drupal\Core\DependencyInjection\ContainerBuilder;
diff --git a/tests/src/Unit/VariantCollectionTraitTest.php b/tests/src/Unit/VariantCollectionTraitTest.php
index 52b39cc..4e93ea0 100644
--- a/tests/src/Unit/VariantCollectionTraitTest.php
+++ b/tests/src/Unit/VariantCollectionTraitTest.php
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\Tests\ctools\Unit\VariantCollectionTraitTest.
- */
-
 namespace Drupal\Tests\ctools\Unit;
 
 use Drupal\Component\Plugin\PluginManagerInterface;
