diff --git a/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php b/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php
index 3aeeaec5c6ba614014417906fbf5e57a0d4bc093..4a7e09010937569a6f8fd407dd63e437de1af352 100644
--- a/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php
+++ b/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Component\Plugin\PluginDefinitionInterface.
+ * Contains \Drupal\Component\Plugin\Definition\PluginDefinitionInterface.
  */
 
 namespace Drupal\Component\Plugin\Definition;
diff --git a/core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php b/core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php
index d134d00e25792e0a5321cabf074c99c769d6c5f5..45e224059f98e1e046d8887881d66735f5581d36 100644
--- a/core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php
+++ b/core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Core\Plugin\Block\PageTitleBlock.
+ * Contains \Drupal\Core\Block\Plugin\Block\PageTitleBlock.
  */
 
 namespace Drupal\Core\Block\Plugin\Block;
diff --git a/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php b/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php
index bc7d2a356ad88f39d01a6c52e99f47f85c6cd2f7..32ea2e45f6f9f3e397edfe835f902e4412e87fbd 100644
--- a/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php
+++ b/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Core\Cache\CacheableResponse.
+ * Contains \Drupal\Core\Cache\CacheableJsonResponse.
  */
 
 namespace Drupal\Core\Cache;
diff --git a/core/lib/Drupal/Core/Command/DbImportCommand.php b/core/lib/Drupal/Core/Command/DbImportCommand.php
index a39f6cbde68e6af6be359f9cc09f7998adaef5ea..5843e2369193c34ae29fe356f4eeea255df9540f 100644
--- a/core/lib/Drupal/Core/Command/DbImportCommand.php
+++ b/core/lib/Drupal/Core/Command/DbImportCommand.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Core\Command\DbDumpCommand.
+ * Contains \Drupal\Core\Command\DbImportCommand.
  */
 
 namespace Drupal\Core\Command;
diff --git a/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php b/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php
index 42a79fc435d1e0b563ded9342ec9e71bb538dbd4..fecd97027c05a89c6ba3cbec7688bc06973299dd 100644
--- a/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php
+++ b/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Core\Plugin\Block\LocalActionsBlock.
+ * Contains \Drupal\Core\Menu\Plugin\Block\LocalActionsBlock.
  */
 
 namespace Drupal\Core\Menu\Plugin\Block;
diff --git a/core/lib/Drupal/Core/Render/PlaceholderGenerator.php b/core/lib/Drupal/Core/Render/PlaceholderGenerator.php
index 82e9d09b76c3ac9f2d6a64bc9102b86ca7b89afc..a6c4a2343f6febcd212030d7124a8e757160b8a2 100644
--- a/core/lib/Drupal/Core/Render/PlaceholderGenerator.php
+++ b/core/lib/Drupal/Core/Render/PlaceholderGenerator.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Core\Render\Placeholder.
+ * Contains \Drupal\Core\Render\PlaceholderGenerator.
  */
 
 namespace Drupal\Core\Render;
diff --git a/core/modules/ban/tests/src/Unit/Plugin/migrate/source/d7/BlockedIpsTest.php b/core/modules/ban/tests/src/Unit/Plugin/migrate/source/d7/BlockedIpsTest.php
index fc368ef6aac3098f369938d2d083f679b2263bae..b2ef5fd1015d0015bce80b7d59b425e5ebe8ef6e 100644
--- a/core/modules/ban/tests/src/Unit/Plugin/migrate/source/d7/BlockedIpsTest.php
+++ b/core/modules/ban/tests/src/Unit/Plugin/migrate/source/d7/BlockedIpsTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Tests\ban\Unit\Plugin\migrate\source\d7\BlockedIps.
+ * Contains \Drupal\Tests\ban\Unit\Plugin\migrate\source\d7\BlockedIpsTest.
  */
 
 namespace Drupal\Tests\ban\Unit\Plugin\migrate\source\d7;
diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php b/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php
index 7232e745a9babbec272e11556ee542c05e497c61..f30a705c9dedb812e8c00ee758838337642be323 100644
--- a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php
+++ b/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\block_test\Plugin\Block\TestContextAwareBlock.
+ * Contains \Drupal\block_test\Plugin\Block\TestContextAwareUnsatisfiedBlock.
  */
 
 namespace Drupal\block_test\Plugin\Block;
diff --git a/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php b/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php
index 103b303186be16a27350b3b5cd6348c7dffa70a3..7602b4d26297384d819cab3708c31605cf57bbaf 100644
--- a/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php
+++ b/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\dynamic_page_cache\EventSubscriber\DynamicPageacheSubscriber.
+ * Contains \Drupal\dynamic_page_cache\EventSubscriber\DynamicPageCacheSubscriber.
  */
 
 namespace Drupal\dynamic_page_cache\EventSubscriber;
diff --git a/core/modules/field/tests/src/Unit/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php b/core/modules/field/tests/src/Unit/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php
index a57074effb49006bf67f8907b6ac2fde75a4061e..82664c74c7fe0fdab3ca1be2d8b2fa1af4a54f30 100644
--- a/core/modules/field/tests/src/Unit/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php
+++ b/core/modules/field/tests/src/Unit/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Tests\field\Unit\Plugin\migrate\source\d6\FieldInstancePerViewModeTest.
+ * Contains \Drupal\Tests\field\Unit\Plugin\migrate\source\d6\FieldInstancePerFormDisplayTest.
  */
 
 namespace Drupal\Tests\field\Unit\Plugin\migrate\source\d6;
diff --git a/core/modules/file/src/Plugin/migrate/destination/EntityFile.php b/core/modules/file/src/Plugin/migrate/destination/EntityFile.php
index 57529e1d990c8788bc14e4f72a7c01644c1f49c9..c5e898948bca0a0b208d5f5d7b7175b5c8399bca 100644
--- a/core/modules/file/src/Plugin/migrate/destination/EntityFile.php
+++ b/core/modules/file/src/Plugin/migrate/destination/EntityFile.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\migrate\Plugin\migrate\destination\EntityFile.
+ * Contains \Drupal\file\Plugin\migrate\destination\EntityFile.
  */
 
 namespace Drupal\file\Plugin\migrate\destination;
diff --git a/core/modules/filter/src/Plugin/migrate/process/FilterSettings.php b/core/modules/filter/src/Plugin/migrate/process/FilterSettings.php
index 4a7e45b5076ca5a970ee4b7bfa02e8f336df6978..c359c024d206cf3373f85485547aa9fdd8db05dd 100644
--- a/core/modules/filter/src/Plugin/migrate/process/FilterSettings.php
+++ b/core/modules/filter/src/Plugin/migrate/process/FilterSettings.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\migrate\Plugin\migrate\process\FilterSettings.
+ * Contains \Drupal\filter\Plugin\migrate\process\FilterSettings.
  */
 
 namespace Drupal\filter\Plugin\migrate\process;
diff --git a/core/modules/forum/src/Tests/Migrate/d7/MigrateForumSettingsTest.php b/core/modules/forum/src/Tests/Migrate/d7/MigrateForumSettingsTest.php
index 9eb80e7cd753196968f49df8e69c20541846c921..f702b9a9e7ed77b8ea40d31c90361d51c43d9125 100644
--- a/core/modules/forum/src/Tests/Migrate/d7/MigrateForumSettingsTest.php
+++ b/core/modules/forum/src/Tests/Migrate/d7/MigrateForumSettingsTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\forum\Tests\d7\MigrateForumSettingsTest.
+ * Contains \Drupal\forum\Tests\Migrate\d7\MigrateForumSettingsTest.
  */
 
 namespace Drupal\forum\Tests\Migrate\d7;
diff --git a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php b/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php
index 7089e4718cbb6f672a78bd86b783f607e2156a0c..b05d1c5ed600c42c3dff7e4966a27e18fb81e463 100644
--- a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php
+++ b/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Tests\link\Plugin\Validation\Constraint\LinkAccessConstraintValidatorTest.
+ * Contains \Drupal\Tests\link\Unit\Plugin\Validation\Constraint\LinkAccessConstraintValidatorTest.
  */
 
 namespace Drupal\Tests\link\Unit\Plugin\Validation\Constraint;
diff --git a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php b/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php
index 4fa92926b24dfa45970577a8ac9d09c07872f014..7a9c19c5a67eab181a34d3b64144b295bf264dc5 100644
--- a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php
+++ b/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Tests\link\Plugin\Validation\Constraint\LinkExternalProtocolsConstraintValidatorTest.
+ * Contains \Drupal\Tests\link\Unit\Plugin\Validation\Constraint\LinkExternalProtocolsConstraintValidatorTest.
  */
 
 namespace Drupal\Tests\link\Unit\Plugin\Validation\Constraint;
diff --git a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php b/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php
index aa2e527bb75a67f87dd58066833613f7f3765c87..e23a45b9055b5fb6650e7925cd3bfd43686ab73a 100644
--- a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php
+++ b/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\Tests\link\Plugin\Validation\Constraint\LinkNotExistingInternalConstraintValidatorTest.
+ * Contains \Drupal\Tests\link\Unit\Plugin\Validation\Constraint\LinkNotExistingInternalConstraintValidatorTest.
  */
 
 namespace Drupal\Tests\link\Unit\Plugin\Validation\Constraint;
diff --git a/core/modules/migrate/src/Event/MigratePreRowSaveEvent.php b/core/modules/migrate/src/Event/MigratePreRowSaveEvent.php
index d0ece73fc63e3a14b90e88b510bdbd1da1ef0765..9df236392170cf0c951421af9026bd3293fd0de2 100644
--- a/core/modules/migrate/src/Event/MigratePreRowSaveEvent.php
+++ b/core/modules/migrate/src/Event/MigratePreRowSaveEvent.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\migrate\Event\MigratePreSaveEvent.
+ * Contains \Drupal\migrate\Event\MigratePreRowSaveEvent.
  */
 
 namespace Drupal\migrate\Event;
diff --git a/core/modules/migrate/src/Tests/MigrationTest.php b/core/modules/migrate/src/Tests/MigrationTest.php
index a46b830a70b0993180b6d7b812e797b9884b6757..96dfadab1c773dd5b0e542fc0626e96d0d4d7cb8 100644
--- a/core/modules/migrate/src/Tests/MigrationTest.php
+++ b/core/modules/migrate/src/Tests/MigrationTest.php
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @file
+ * Contains \Drupal\migrate\Tests\MigrationTest.
+ */
+
 namespace Drupal\migrate\Tests;
 
 use Drupal\migrate\Entity\Migration;
diff --git a/core/modules/node/src/Tests/Views/NodeFieldTokensTest.php b/core/modules/node/src/Tests/Views/NodeFieldTokensTest.php
index 16a52bf7c15732ba4bccace15d65e2ade1f9a1d5..5cc96c7c8ee4411c1b726462360ac4cf4c3b8bf0 100644
--- a/core/modules/node/src/Tests/Views/NodeFieldTokensTest.php
+++ b/core/modules/node/src/Tests/Views/NodeFieldTokensTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\node\Tests\NodeFieldTokensTest.
+ * Contains \Drupal\node\Tests\Views\NodeFieldTokensTest.
  */
 
 namespace Drupal\node\Tests\Views;
diff --git a/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php b/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
index 846d8837e849d6395a98b350068cbfde60f098be..d007bd93118ac0b939f5b0dab6822cd888e38eea 100644
--- a/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
+++ b/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\serialization\Normalizer\FileFieldItemNormalizer.
+ * Contains \Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer.
  */
 
 namespace Drupal\serialization\Normalizer;
diff --git a/core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php b/core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php
index dbb4a1d70ed3d45843970ca28e0db225cb713c69..ee18072e8999b8791b76716e1fbb6ca33485060d 100644
--- a/core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php
+++ b/core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\systeml\Plugin\migrate\process\d6\TimeZone.
+ * Contains \Drupal\system\Plugin\migrate\process\d6\TimeZone.
  */
 
 namespace Drupal\system\Plugin\migrate\process\d6;
diff --git a/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php b/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
index a5e24ce9275b3e2e18823957d739995c8ba9d96a..1dbef094f50ceb3b14fd2e1513d5dd8e6ce6226f 100644
--- a/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
+++ b/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\system\Tests\Update\LocalActionsAndTasksConvertedIntoBlocksUpdateTest.
+ * Contains \Drupal\system\Tests\Update\SiteBrandingConvertedIntoBlockUpdateTest.
  */
 
 namespace Drupal\system\Tests\Update;
diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php b/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php
index 4df64e261c9480d0ea5cdd2f36e720001681b32f..64f63450cefa31d9026d7e981d68916de78c5865 100644
--- a/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php
+++ b/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\early_rendering_controller_test\AttachmentsTestDomainObject.
+ * Contains \Drupal\early_rendering_controller_test\CacheableTestDomainObject.
  */
 
 namespace Drupal\early_rendering_controller_test;
diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php b/core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php
index 8944a4cc18ff5116ec11918a5e3fb0915dca03ff..f32f4b59938bc045b66bd9d93ad5229f087132d3 100644
--- a/core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php
+++ b/core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\form_test\Form\FormTestGroupContainerForm.
+ * Contains \Drupal\form_test\Form\FormTestDetailsForm.
  */
 
 namespace Drupal\form_test\Form;
diff --git a/core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php b/core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php
index 9897b63aaa19709e1bbdabef59cfd77c6bfcd95e..02ee87d18babaefc54b7a94329e55b8ed2754e4b 100644
--- a/core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php
+++ b/core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\render_attached_test\Controller\TestController.
+ * Contains \Drupal\render_attached_test\Controller\RenderAttachedTestController.
  */
 
 namespace Drupal\render_attached_test\Controller;
diff --git a/core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php b/core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php
index 941689c4d564c386f7a0ce5636b3f45526dc4080..1980a97f28c5690b3f6d7ee7f0208b1f7e715504 100644
--- a/core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php
+++ b/core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\render_attached_test\Plugin\Block\DrupalProcessAttachedBlock.
+ * Contains \Drupal\render_attached_test\Plugin\Block\AttachedRenderingBlock.
  */
 
 namespace Drupal\render_attached_test\Plugin\Block;
diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php b/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
index a913fa6544358c0645cbd2d2dce2ba24b1d8a164..f4aba89ff4b374e7c4cd34942dfb50eab8bb97fd 100644
--- a/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
+++ b/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\taxonomy\Tests\Views\TaxonomyFieldAllTerms.
+ * Contains \Drupal\taxonomy\Tests\Views\TaxonomyFieldAllTermsTest.
  */
 
 namespace Drupal\taxonomy\Tests\Views;
diff --git a/core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php b/core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php
index 278545cecda895d9e75069dad3c3c3ab2eec09d5..fee7ecc1e9a6d1772a3508a439fa4f00e5ae149c 100644
--- a/core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php
+++ b/core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\user\Plugin\Menu\MyAccountMenuLink.
+ * Contains \Drupal\user\Plugin\Menu\LoginLogoutMenuLink.
  */
 
 namespace Drupal\user\Plugin\Menu;
diff --git a/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php b/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
index 7c36bda05df54388b3b7e9f581a6cabf5b73307d..9075128ffd2c8d2ae0157fa7fafc52fe8dc00b1d 100644
--- a/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
+++ b/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
@@ -1,7 +1,7 @@
 <?php
 /**
  * @file
- * Contains \Drupal\Tests\Component\InspectorTest.
+ * Contains \Drupal\Tests\Component\Assertion\InspectorTest.
  */
 
 namespace Drupal\Tests\Component\Assertion;
diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php b/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
index 320ce70bf0219946090e7cd3e9b8ca3051e00e28..a383de9f6b0034d9f6a426468087f8920634534f 100644
--- a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
+++ b/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
@@ -2,8 +2,7 @@
 
 /**
  * @file
- * Contains
- *   \Drupal\Tests\Core\DependencyInjection\Compiler\ProxyServicesPassTest.
+ * Contains \Drupal\Tests\Core\DependencyInjection\Compiler\ProxyServicesPassTest.
  */
 
 namespace Drupal\Tests\Core\DependencyInjection\Compiler;
diff --git a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
index 71948e1cd7babd857a3370f365f2d36eadf54abe..262446e95984ea6e23f84f50a8103948fdfd8f65 100644
--- a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
+++ b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains \Drupal\system\Tests\Extension\InfoParserUnitTest.
+ * Contains \Drupal\Tests\Core\Extension\InfoParserUnitTest.
  */
 
 namespace Drupal\Tests\Core\Extension;