From 07220921ac15908ccb165c7d46227943931a6a2d Mon Sep 17 00:00:00 2001
From: aspilicious <aspilicious@172527.no-reply.drupal.org>
Date: Fri, 17 Aug 2012 02:20:36 +0200
Subject: [PATCH] Issue #1735070 by aspilicious: Fix @file blocks.

---
 lib/Drupal/views/Plugin/views/Handler.php                    | 1 +
 lib/Drupal/views/Plugin/views/area/Result.php                | 2 +-
 lib/Drupal/views/Plugin/views/argument/Broken.php            | 2 +-
 .../Plugin/views/display_extender/DefaultDisplayExtender.php | 1 +
 lib/Drupal/views/Plugin/views/field/Broken.php               | 2 +-
 lib/Drupal/views/Plugin/views/field/FileSize.php             | 4 +++-
 lib/Drupal/views/Plugin/views/field/Xss.php                  | 2 ++
 lib/Drupal/views/Plugin/views/filter/Broken.php              | 2 +-
 lib/Drupal/views/Plugin/views/sort/Broken.php                | 2 +-
 lib/Drupal/views/Plugin/views/wizard/WizardException.php     | 1 +
 lib/Drupal/views/Plugin/views/wizard/WizardInterface.php     | 1 +
 lib/Views/aggregator/Plugin/views/argument/CategoryCid.php   | 2 +-
 lib/Views/aggregator/Plugin/views/argument/Fid.php           | 2 +-
 lib/Views/aggregator/Plugin/views/argument/Iid.php           | 2 +-
 lib/Views/aggregator/Plugin/views/field/Category.php         | 2 +-
 lib/Views/aggregator/Plugin/views/field/TitleLink.php        | 2 +-
 lib/Views/aggregator/Plugin/views/field/Xss.php              | 2 +-
 lib/Views/aggregator/Plugin/views/filter/CategoryCid.php     | 2 +-
 lib/Views/aggregator/Plugin/views/row/Rss.php                | 2 +-
 lib/Views/book/Plugin/views/argument_default/Root.php        | 2 +-
 lib/Views/comment/Plugin/views/argument/UserUid.php          | 2 +-
 lib/Views/comment/Plugin/views/field/Comment.php             | 2 +-
 lib/Views/comment/Plugin/views/field/Depth.php               | 2 +-
 lib/Views/comment/Plugin/views/field/LInkDelete.php          | 2 +-
 lib/Views/comment/Plugin/views/field/LastTimestamp.php       | 2 +-
 lib/Views/comment/Plugin/views/field/Link.php                | 2 +-
 lib/Views/comment/Plugin/views/field/LinkApprove.php         | 2 +-
 lib/Views/comment/Plugin/views/field/LinkEdit.php            | 2 +-
 lib/Views/comment/Plugin/views/field/LinkReply.php           | 2 +-
 lib/Views/comment/Plugin/views/field/NcsLastCommentName.php  | 2 +-
 lib/Views/comment/Plugin/views/field/NcsLastUpdated.php      | 2 +-
 lib/Views/comment/Plugin/views/field/NodeComment.php         | 2 +-
 lib/Views/comment/Plugin/views/field/NodeLink.php            | 2 +-
 lib/Views/comment/Plugin/views/field/NodeNewComments.php     | 2 +-
 lib/Views/comment/Plugin/views/field/Username.php            | 2 +-
 lib/Views/comment/Plugin/views/filter/NcsLastUpdated.php     | 2 +-
 lib/Views/comment/Plugin/views/filter/NodeComment.php        | 2 +-
 lib/Views/comment/Plugin/views/filter/UserUid.php            | 2 +-
 lib/Views/comment/Plugin/views/row/Rss.php                   | 2 +-
 lib/Views/comment/Plugin/views/row/View.php                  | 2 +-
 lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php   | 2 +-
 lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php       | 2 +-
 lib/Views/comment/Plugin/views/sort/Thread.php               | 2 +-
 lib/Views/contact/Plugin/views/field/ContactLink.php         | 2 +-
 lib/Views/field/Plugin/views/argument/ListString.php         | 2 +-
 lib/Views/field/Plugin/views/field/Field.php                 | 2 +-
 lib/Views/field/Plugin/views/filter/FieldList.php            | 2 +-
 lib/Views/field/Plugin/views/relationship/EntityReverse.php  | 2 +-
 lib/Views/file/Plugin/views/argument/Fid.php                 | 2 +-
 lib/Views/file/Plugin/views/field/File.php                   | 2 +-
 lib/Views/file/Plugin/views/field/FileMime.php               | 2 +-
 lib/Views/file/Plugin/views/field/Status.php                 | 2 +-
 lib/Views/file/Plugin/views/field/Uri.php                    | 2 +-
 lib/Views/file/Plugin/views/filter/Status.php                | 2 +-
 lib/Views/filter/Plugin/views/field/FormatName.php           | 2 +-
 lib/Views/locale/Plugin/views/argument/Language.php          | 2 +-
 lib/Views/locale/Plugin/views/field/Language.php             | 2 +-
 lib/Views/locale/Plugin/views/field/LinkEdit.php             | 2 +-
 lib/Views/locale/Plugin/views/field/NodeLanguage.php         | 2 +-
 lib/Views/locale/Plugin/views/filter/Language.php            | 2 +-
 lib/Views/locale/Plugin/views/filter/NodeLanguage.php        | 2 +-
 lib/Views/locale/Plugin/views/filter/Version.php             | 2 +-
 lib/Views/node/Plugin/views/argument/CreatedDay.php          | 5 +++++
 lib/Views/node/Plugin/views/argument/CreatedFullDate.php     | 5 +++++
 lib/Views/node/Plugin/views/argument/CreatedMonth.php        | 5 +++++
 lib/Views/node/Plugin/views/argument/CreatedWeek.php         | 5 +++++
 lib/Views/node/Plugin/views/argument/CreatedYear.php         | 5 +++++
 lib/Views/node/Plugin/views/argument/CreatedYearMonth.php    | 5 +++++
 lib/Views/node/Plugin/views/argument/Language.php            | 2 +-
 lib/Views/node/Plugin/views/argument/Nid.php                 | 2 +-
 lib/Views/node/Plugin/views/argument/Type.php                | 2 +-
 lib/Views/node/Plugin/views/argument/UidRevision.php         | 2 +-
 lib/Views/node/Plugin/views/argument/Vid.php                 | 2 +-
 lib/Views/node/Plugin/views/argument_default/Node.php        | 2 +-
 lib/Views/node/Plugin/views/argument_validator/Node.php      | 2 +-
 lib/Views/node/Plugin/views/field/HistoryUserTimestamp.php   | 2 +-
 lib/Views/node/Plugin/views/field/Link.php                   | 2 +-
 lib/Views/node/Plugin/views/field/LinkDelete.php             | 2 +-
 lib/Views/node/Plugin/views/field/Node.php                   | 2 +-
 lib/Views/node/Plugin/views/field/Path.php                   | 2 +-
 lib/Views/node/Plugin/views/field/Revision.php               | 2 +-
 lib/Views/node/Plugin/views/field/RevisionLink.php           | 2 +-
 lib/Views/node/Plugin/views/field/RevisionLinkDelete.php     | 2 +-
 lib/Views/node/Plugin/views/field/RevisionLinkRevert.php     | 2 +-
 lib/Views/node/Plugin/views/field/Type.php                   | 2 +-
 lib/Views/node/Plugin/views/filter/Access.php                | 2 +-
 lib/Views/node/Plugin/views/filter/HistoryUserTimestamp.php  | 2 +-
 lib/Views/node/Plugin/views/filter/Status.php                | 2 +-
 lib/Views/node/Plugin/views/filter/Type.php                  | 2 +-
 lib/Views/node/Plugin/views/filter/UidRevision.php           | 2 +-
 lib/Views/node/Plugin/views/row/View.php                     | 2 +-
 lib/Views/search/Plugin/views/argument/Search.php            | 2 +-
 lib/Views/search/Plugin/views/field/Score.php                | 2 +-
 lib/Views/search/Plugin/views/filter/Search.php              | 2 +-
 lib/Views/search/Plugin/views/row/View.php                   | 2 +-
 lib/Views/search/Plugin/views/sort/Score.php                 | 2 +-
 lib/Views/statistics/Plugin/views/field/AccesslogPath.php    | 2 +-
 lib/Views/system/Plugin/views/filter/Type.php                | 2 +-
 lib/Views/taxonomy/Plugin/views/argument/IndexTid.php        | 2 +-
 lib/Views/taxonomy/Plugin/views/argument/IndexTidDepth.php   | 2 +-
 .../taxonomy/Plugin/views/argument/IndexTidDepthModifier.php | 2 +-
 lib/Views/taxonomy/Plugin/views/argument/Taxonomy.php        | 2 +-
 .../taxonomy/Plugin/views/argument/VocabularyMachineName.php | 2 +-
 lib/Views/taxonomy/Plugin/views/argument/VocabularyVid.php   | 2 +-
 lib/Views/taxonomy/Plugin/views/argument_default/Tid.php     | 2 +-
 lib/Views/taxonomy/Plugin/views/argument_validate/Term.php   | 2 +-
 lib/Views/taxonomy/Plugin/views/field/LinkEdit.php           | 2 +-
 lib/Views/taxonomy/Plugin/views/field/Taxonomy.php           | 2 +-
 lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php   | 2 +-
 .../taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php   | 2 +-
 .../taxonomy/Plugin/views/filter/VocabularyMachineName.php   | 2 +-
 lib/Views/taxonomy/Plugin/views/filter/VocabularyVid.php     | 2 +-
 .../taxonomy/Plugin/views/relationship/NodeTermData.php      | 2 +-
 lib/Views/translation/Plugin/views/argument/NodeTnid.php     | 2 +-
 .../translation/Plugin/views/field/NodeLinkTranslate.php     | 2 +-
 .../translation/Plugin/views/field/NodeTranslationLink.php   | 2 +-
 lib/Views/translation/Plugin/views/filter/NodeTnid.php       | 2 +-
 lib/Views/translation/Plugin/views/filter/NodeTnidChild.php  | 2 +-
 .../translation/Plugin/views/relationship/Translation.php    | 2 +-
 lib/Views/user/Plugin/views/argument/Uid.php                 | 2 +-
 lib/Views/user/Plugin/views/argument_default/CurrentUser.php | 2 +-
 lib/Views/user/Plugin/views/argument_default/User.php        | 2 +-
 lib/Views/user/Plugin/views/argument_validator/User.php      | 2 +-
 lib/Views/user/Plugin/views/field/Language.php               | 2 +-
 lib/Views/user/Plugin/views/field/Link.php                   | 2 +-
 lib/Views/user/Plugin/views/field/LinkCancel.php             | 2 +-
 lib/Views/user/Plugin/views/field/LinkEdit.php               | 2 +-
 lib/Views/user/Plugin/views/field/Mail.php                   | 2 +-
 lib/Views/user/Plugin/views/field/Name.php                   | 2 +-
 lib/Views/user/Plugin/views/field/Permissions.php            | 2 +-
 lib/Views/user/Plugin/views/field/Picture.php                | 2 +-
 lib/Views/user/Plugin/views/field/Roles.php                  | 2 +-
 lib/Views/user/Plugin/views/field/User.php                   | 2 +-
 lib/Views/user/Plugin/views/filter/Name.php                  | 2 +-
 lib/Views/user/Plugin/views/filter/Permissions.php           | 2 +-
 lib/Views/user/Plugin/views/filter/Roles.php                 | 2 +-
 lib/Views/user/Plugin/views/row/View.php                     | 2 +-
 137 files changed, 164 insertions(+), 126 deletions(-)

diff --git a/lib/Drupal/views/Plugin/views/Handler.php b/lib/Drupal/views/Plugin/views/Handler.php
index d0c4c07eea79..b746f55b91b9 100644
--- a/lib/Drupal/views/Plugin/views/Handler.php
+++ b/lib/Drupal/views/Plugin/views/Handler.php
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * @file
  * Definition of Drupal\views\Plugin\views\Handler
diff --git a/lib/Drupal/views/Plugin/views/area/Result.php b/lib/Drupal/views/Plugin/views/area/Result.php
index 8093b5d262b4..41b9bfbd5071 100644
--- a/lib/Drupal/views/Plugin/views/area/Result.php
+++ b/lib/Drupal/views/Plugin/views/area/Result.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\views\Plugin\views\area\result.
+ * Definition of Drupal\views\Plugin\views\area\Result.
  */
 
 namespace Drupal\views\Plugin\views\area;
diff --git a/lib/Drupal/views/Plugin/views/argument/Broken.php b/lib/Drupal/views/Plugin/views/argument/Broken.php
index 802f1b24d611..b9b912c72355 100644
--- a/lib/Drupal/views/Plugin/views/argument/Broken.php
+++ b/lib/Drupal/views/Plugin/views/argument/Broken.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\views\Plugin\views\argument\Broken
+ * Definition of Drupal\views\Plugin\views\argument\Broken.
  */
 
 namespace Drupal\views\Plugin\views\argument;
diff --git a/lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php b/lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php
index ff86e7861e9e..b8faf98e025b 100644
--- a/lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php
+++ b/lib/Drupal/views/Plugin/views/display_extender/DefaultDisplayExtender.php
@@ -1,6 +1,7 @@
 <?php
 
 /**
+ * @file
  * Definition of Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender.
  */
 
diff --git a/lib/Drupal/views/Plugin/views/field/Broken.php b/lib/Drupal/views/Plugin/views/field/Broken.php
index e05ab0671614..f1edd29e5e84 100644
--- a/lib/Drupal/views/Plugin/views/field/Broken.php
+++ b/lib/Drupal/views/Plugin/views/field/Broken.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\views\Plugin\views\field\Broken
+ * Definition of Drupal\views\Plugin\views\field\Broken.
  */
 
 namespace Drupal\views\Plugin\views\field;
diff --git a/lib/Drupal/views/Plugin/views/field/FileSize.php b/lib/Drupal/views/Plugin/views/field/FileSize.php
index d59b5f0ba4b6..c50eb61e9dab 100644
--- a/lib/Drupal/views/Plugin/views/field/FileSize.php
+++ b/lib/Drupal/views/Plugin/views/field/FileSize.php
@@ -1,8 +1,10 @@
 <?php
+
 /**
  * @file
- * Definition of Drupal\views\Plugin\views\field\FileSize
+ * Definition of Drupal\views\Plugin\views\field\FileSize.
  */
+
 namespace Drupal\views\Plugin\views\field;
 
 use Drupal\Core\Annotation\Plugin;
diff --git a/lib/Drupal/views/Plugin/views/field/Xss.php b/lib/Drupal/views/Plugin/views/field/Xss.php
index 8b3d69bba0d6..a4b55672c656 100644
--- a/lib/Drupal/views/Plugin/views/field/Xss.php
+++ b/lib/Drupal/views/Plugin/views/field/Xss.php
@@ -1,8 +1,10 @@
 <?php
+
 /**
  * @file
  * Definition of Drupal\views\Plugin\views\field\Xss
  */
+
 namespace Drupal\views\Plugin\views\field;
 
 use Drupal\views\Plugin\views\field\FieldPluginBase;
diff --git a/lib/Drupal/views/Plugin/views/filter/Broken.php b/lib/Drupal/views/Plugin/views/filter/Broken.php
index 860fb7ecc778..768def9869fc 100644
--- a/lib/Drupal/views/Plugin/views/filter/Broken.php
+++ b/lib/Drupal/views/Plugin/views/filter/Broken.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\views\Plugin\views\filter\Broken
+ * Definition of Drupal\views\Plugin\views\filter\Broken.
  */
 
 namespace Drupal\views\Plugin\views\filter;
diff --git a/lib/Drupal/views/Plugin/views/sort/Broken.php b/lib/Drupal/views/Plugin/views/sort/Broken.php
index 5cdbdc9a94b0..d90bb9ad8021 100644
--- a/lib/Drupal/views/Plugin/views/sort/Broken.php
+++ b/lib/Drupal/views/Plugin/views/sort/Broken.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\views\Plugin\views\sort\Broken
+ * Definition of Drupal\views\Plugin\views\sort\Broken.
  */
 
 namespace Drupal\views\Plugin\views\sort;
diff --git a/lib/Drupal/views/Plugin/views/wizard/WizardException.php b/lib/Drupal/views/Plugin/views/wizard/WizardException.php
index 39f4b83ca5d3..e7a70bf451de 100644
--- a/lib/Drupal/views/Plugin/views/wizard/WizardException.php
+++ b/lib/Drupal/views/Plugin/views/wizard/WizardException.php
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * @file
  * Definition of Drupal\views\Plugin\views\wizard\WizardException.
diff --git a/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php b/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php
index c90419285c03..c7d702f7ca66 100644
--- a/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php
+++ b/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * @file
  * Definition of Drupal\views\Plugin\views\wizard\WizardInterface.
diff --git a/lib/Views/aggregator/Plugin/views/argument/CategoryCid.php b/lib/Views/aggregator/Plugin/views/argument/CategoryCid.php
index 04430a27f798..52636453327d 100644
--- a/lib/Views/aggregator/Plugin/views/argument/CategoryCid.php
+++ b/lib/Views/aggregator/Plugin/views/argument/CategoryCid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_aggregator_category_cid.
+ * Definition of Views\aggregator\Plugin\views\argument\CategoryCid.
  */
 
 namespace Views\aggregator\Plugin\views\argument;
diff --git a/lib/Views/aggregator/Plugin/views/argument/Fid.php b/lib/Views/aggregator/Plugin/views/argument/Fid.php
index 9a41905f291b..a68bccf8ed21 100644
--- a/lib/Views/aggregator/Plugin/views/argument/Fid.php
+++ b/lib/Views/aggregator/Plugin/views/argument/Fid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_aggregator_fid.
+ * Definition of Views\aggregator\Plugin\views\argument\Fid.
  */
 
 namespace Views\aggregator\Plugin\views\argument;
diff --git a/lib/Views/aggregator/Plugin/views/argument/Iid.php b/lib/Views/aggregator/Plugin/views/argument/Iid.php
index b07d5fe6c68f..c97b6c412d29 100644
--- a/lib/Views/aggregator/Plugin/views/argument/Iid.php
+++ b/lib/Views/aggregator/Plugin/views/argument/Iid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_aggregator_iid.
+ * Definition of Views\aggregator\Plugin\views\argument\Iid.
  */
 
 namespace Views\aggregator\Plugin\views\argument;
diff --git a/lib/Views/aggregator/Plugin/views/field/Category.php b/lib/Views/aggregator/Plugin/views/field/Category.php
index bf26290f2f47..d58bc1d31e34 100644
--- a/lib/Views/aggregator/Plugin/views/field/Category.php
+++ b/lib/Views/aggregator/Plugin/views/field/Category.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_aggregator_category.
+ * Definition of Views\aggregator\Plugin\views\field\Category.
  */
 
 namespace Views\aggregator\Plugin\views\field;
diff --git a/lib/Views/aggregator/Plugin/views/field/TitleLink.php b/lib/Views/aggregator/Plugin/views/field/TitleLink.php
index 15bf37d87601..2895c0a85bcf 100644
--- a/lib/Views/aggregator/Plugin/views/field/TitleLink.php
+++ b/lib/Views/aggregator/Plugin/views/field/TitleLink.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_aggregator_title_link.
+ * Definition of Views\aggregator\Plugin\views\field\TitleLink.
  */
 
 namespace Views\aggregator\Plugin\views\field;
diff --git a/lib/Views/aggregator/Plugin/views/field/Xss.php b/lib/Views/aggregator/Plugin/views/field/Xss.php
index d3a71cd35c02..4cea7aaf19eb 100644
--- a/lib/Views/aggregator/Plugin/views/field/Xss.php
+++ b/lib/Views/aggregator/Plugin/views/field/Xss.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_aggregator_xss.
+ * Definition of Views\aggregator\Plugin\views\field\Xss.
  */
 
 namespace Views\aggregator\Plugin\views\field;
diff --git a/lib/Views/aggregator/Plugin/views/filter/CategoryCid.php b/lib/Views/aggregator/Plugin/views/filter/CategoryCid.php
index 04c0bccda53a..22a9a4190b8a 100644
--- a/lib/Views/aggregator/Plugin/views/filter/CategoryCid.php
+++ b/lib/Views/aggregator/Plugin/views/filter/CategoryCid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_aggregator_category_cid.
+ * Definition of Views\aggregator\Plugin\views\filter\CategoryCid.
  */
 
 namespace Views\aggregator\Plugin\views\filter;
diff --git a/lib/Views/aggregator/Plugin/views/row/Rss.php b/lib/Views/aggregator/Plugin/views/row/Rss.php
index 06e611ffbdd5..cbaef91d14de 100644
--- a/lib/Views/aggregator/Plugin/views/row/Rss.php
+++ b/lib/Views/aggregator/Plugin/views/row/Rss.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the Aggregator Item RSS row style plugin.
+ * Definition of Views\aggregator\Plugin\views\row\Rss.
  */
 
 namespace Views\aggregator\Plugin\views\row;
diff --git a/lib/Views/book/Plugin/views/argument_default/Root.php b/lib/Views/book/Plugin/views/argument_default/Root.php
index df28fd39de20..9fa8e4fea410 100644
--- a/lib/Views/book/Plugin/views/argument_default/Root.php
+++ b/lib/Views/book/Plugin/views/argument_default/Root.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the book root from current node argument default plugin.
+ * Definition of Views\book\Plugin\views\argument_default\Root.
  */
 
 namespace Views\book\Plugin\views\argument_default;
diff --git a/lib/Views/comment/Plugin/views/argument/UserUid.php b/lib/Views/comment/Plugin/views/argument/UserUid.php
index 1a9afab0451c..bfd267311d8f 100644
--- a/lib/Views/comment/Plugin/views/argument/UserUid.php
+++ b/lib/Views/comment/Plugin/views/argument/UserUid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_comment_user_uid.
+ * Definition of Views\comment\Plugin\views\argument\UserUid.
  */
 
 namespace Views\comment\Plugin\views\argument;
diff --git a/lib/Views/comment/Plugin/views/field/Comment.php b/lib/Views/comment/Plugin/views/field/Comment.php
index fc2217b4c95f..3d6754437d3e 100644
--- a/lib/Views/comment/Plugin/views/field/Comment.php
+++ b/lib/Views/comment/Plugin/views/field/Comment.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment.
+ * Definition of Views\comment\Plugin\views\field\Comment.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/Depth.php b/lib/Views/comment/Plugin/views/field/Depth.php
index b3b2346e8d48..5d0224895c8c 100644
--- a/lib/Views/comment/Plugin/views/field/Depth.php
+++ b/lib/Views/comment/Plugin/views/field/Depth.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment_depth.
+ * Definition of Views\comment\Plugin\views\field\Depth.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/LInkDelete.php b/lib/Views/comment/Plugin/views/field/LInkDelete.php
index 173bdf76a7e3..43c49dc07ae0 100644
--- a/lib/Views/comment/Plugin/views/field/LInkDelete.php
+++ b/lib/Views/comment/Plugin/views/field/LInkDelete.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment_link_delete.
+ * Definition of Views\comment\Plugin\views\field\LinkDelete.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/LastTimestamp.php b/lib/Views/comment/Plugin/views/field/LastTimestamp.php
index f87d04c1c7c1..dcf880881337 100644
--- a/lib/Views/comment/Plugin/views/field/LastTimestamp.php
+++ b/lib/Views/comment/Plugin/views/field/LastTimestamp.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_last_comment_timestamp.
+ * Definition of Views\comment\Plugin\views\field\LastTimestamp.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/Link.php b/lib/Views/comment/Plugin/views/field/Link.php
index e9540fe0e82e..974ed8c380da 100644
--- a/lib/Views/comment/Plugin/views/field/Link.php
+++ b/lib/Views/comment/Plugin/views/field/Link.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment_link.
+ * Definition of Views\comment\Plugin\views\field\Link.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/LinkApprove.php b/lib/Views/comment/Plugin/views/field/LinkApprove.php
index a0085c1a3074..4a8cf3959532 100644
--- a/lib/Views/comment/Plugin/views/field/LinkApprove.php
+++ b/lib/Views/comment/Plugin/views/field/LinkApprove.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment_link_approve.
+ * Definition of Views\comment\Plugin\views\field\LinkApprove.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/LinkEdit.php b/lib/Views/comment/Plugin/views/field/LinkEdit.php
index 3780d5093fa8..2d16ef6425b6 100644
--- a/lib/Views/comment/Plugin/views/field/LinkEdit.php
+++ b/lib/Views/comment/Plugin/views/field/LinkEdit.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment_link_edit.
+ * Definition of Views\comment\Plugin\views\field\LinkEdit.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/LinkReply.php b/lib/Views/comment/Plugin/views/field/LinkReply.php
index b00de615bc17..1cb36acb8944 100644
--- a/lib/Views/comment/Plugin/views/field/LinkReply.php
+++ b/lib/Views/comment/Plugin/views/field/LinkReply.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment_link_reply.
+ * Definition of Views\comment\Plugin\views\field\LinkReply.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/NcsLastCommentName.php b/lib/Views/comment/Plugin/views/field/NcsLastCommentName.php
index 679f665c7213..e58ddb529890 100644
--- a/lib/Views/comment/Plugin/views/field/NcsLastCommentName.php
+++ b/lib/Views/comment/Plugin/views/field/NcsLastCommentName.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_ncs_last_comment_name.
+ * Definition of Views\comment\Plugin\views\field\NcsLastCommentName.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/NcsLastUpdated.php b/lib/Views/comment/Plugin/views/field/NcsLastUpdated.php
index 4ad1c7b5a14b..d42bc7903e2e 100644
--- a/lib/Views/comment/Plugin/views/field/NcsLastUpdated.php
+++ b/lib/Views/comment/Plugin/views/field/NcsLastUpdated.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_ncs_last_updated.
+ * Definition of Views\comment\Plugin\views\field\NcsLastUpdated.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/NodeComment.php b/lib/Views/comment/Plugin/views/field/NodeComment.php
index 4649936d3705..990297240017 100644
--- a/lib/Views/comment/Plugin/views/field/NodeComment.php
+++ b/lib/Views/comment/Plugin/views/field/NodeComment.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_comment.
+ * Definition of Views\comment\Plugin\views\field\NodeComment.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/NodeLink.php b/lib/Views/comment/Plugin/views/field/NodeLink.php
index 9d5861b8f295..799e46aa4066 100644
--- a/lib/Views/comment/Plugin/views/field/NodeLink.php
+++ b/lib/Views/comment/Plugin/views/field/NodeLink.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment_node_link.
+ * Definition of Views\comment\Plugin\views\field\NodeLink.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/NodeNewComments.php b/lib/Views/comment/Plugin/views/field/NodeNewComments.php
index 61effaec0fb8..6d4a63295d72 100644
--- a/lib/Views/comment/Plugin/views/field/NodeNewComments.php
+++ b/lib/Views/comment/Plugin/views/field/NodeNewComments.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_new_comments.
+ * Definition of Views\comment\Plugin\views\field\NodeNewComments.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/field/Username.php b/lib/Views/comment/Plugin/views/field/Username.php
index aa4bb72ef23d..eefea5bf03d5 100644
--- a/lib/Views/comment/Plugin/views/field/Username.php
+++ b/lib/Views/comment/Plugin/views/field/Username.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_comment_username.
+ * Definition of Views\comment\Plugin\views\field\Username.
  */
 
 namespace Views\comment\Plugin\views\field;
diff --git a/lib/Views/comment/Plugin/views/filter/NcsLastUpdated.php b/lib/Views/comment/Plugin/views/filter/NcsLastUpdated.php
index 9f8505e5b251..5266bd0664a2 100644
--- a/lib/Views/comment/Plugin/views/filter/NcsLastUpdated.php
+++ b/lib/Views/comment/Plugin/views/filter/NcsLastUpdated.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_ncs_last_updated.
+ * Definition of Views\comment\Plugin\views\filter\NcsLastUpdated.
  */
 
 namespace Views\comment\Plugin\views\filter;
diff --git a/lib/Views/comment/Plugin/views/filter/NodeComment.php b/lib/Views/comment/Plugin/views/filter/NodeComment.php
index 2e3b3b2c9165..43ee9f9820bc 100644
--- a/lib/Views/comment/Plugin/views/filter/NodeComment.php
+++ b/lib/Views/comment/Plugin/views/filter/NodeComment.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_node_comment.
+ * Definition of Views\comment\Plugin\views\filter\NodeComment.
  */
 
 namespace Views\comment\Plugin\views\filter;
diff --git a/lib/Views/comment/Plugin/views/filter/UserUid.php b/lib/Views/comment/Plugin/views/filter/UserUid.php
index bd057e721be2..fc312f4fa716 100644
--- a/lib/Views/comment/Plugin/views/filter/UserUid.php
+++ b/lib/Views/comment/Plugin/views/filter/UserUid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_comment_user_uid.
+ * Definition of Views\comment\Plugin\views\filter\UserUid.
  */
 
 namespace Views\comment\Plugin\views\filter;
diff --git a/lib/Views/comment/Plugin/views/row/Rss.php b/lib/Views/comment/Plugin/views/row/Rss.php
index 470b26b85c0e..feb6f6ff0323 100644
--- a/lib/Views/comment/Plugin/views/row/Rss.php
+++ b/lib/Views/comment/Plugin/views/row/Rss.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the comment RSS row style plugin.
+ * Definition of Views\comment\Plugin\views\row\Rss.
  */
 
 namespace Views\comment\Plugin\views\row;
diff --git a/lib/Views/comment/Plugin/views/row/View.php b/lib/Views/comment/Plugin/views/row/View.php
index 23383a57a24c..58292a7b18b4 100644
--- a/lib/Views/comment/Plugin/views/row/View.php
+++ b/lib/Views/comment/Plugin/views/row/View.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the node RSS row style plugin.
+ * Definition of Views\comment\Plugin\views\row\View.
  */
 
 namespace Views\comment\Plugin\views\row;
diff --git a/lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php b/lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php
index 44f39ab3ff10..2cc5a4049154 100644
--- a/lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php
+++ b/lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_sort_ncs_last_comment_name.
+ * Definition of Views\comment\Plugin\views\sort\NcsLastCommentName.
  */
 
 namespace Views\comment\Plugin\views\sort;
diff --git a/lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php b/lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php
index 90ac01b5fae4..2e4fa96e232c 100644
--- a/lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php
+++ b/lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_sort_ncs_last_updated.
+ * Definition of Views\comment\Plugin\views\sort\NcsLastUpdated.
  */
 
 namespace Views\comment\Plugin\views\sort;
diff --git a/lib/Views/comment/Plugin/views/sort/Thread.php b/lib/Views/comment/Plugin/views/sort/Thread.php
index b09e9ba96bcd..0ffaf8513264 100644
--- a/lib/Views/comment/Plugin/views/sort/Thread.php
+++ b/lib/Views/comment/Plugin/views/sort/Thread.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_sort_comment_thread.
+ * Definition of Views\comment\Plugin\views\sort\Thread.
  */
 
 namespace Views\comment\Plugin\views\sort;
diff --git a/lib/Views/contact/Plugin/views/field/ContactLink.php b/lib/Views/contact/Plugin/views/field/ContactLink.php
index 56ebd71485fa..01cb3ef32b63 100644
--- a/lib/Views/contact/Plugin/views/field/ContactLink.php
+++ b/lib/Views/contact/Plugin/views/field/ContactLink.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_contact_link.
+ * Definition of Views\contact\Plugin\views\field\ContactLink.
  */
 
 namespace Views\contact\Plugin\views\field;
diff --git a/lib/Views/field/Plugin/views/argument/ListString.php b/lib/Views/field/Plugin/views/argument/ListString.php
index 852503d9348d..b760e6e26c64 100644
--- a/lib/Views/field/Plugin/views/argument/ListString.php
+++ b/lib/Views/field/Plugin/views/argument/ListString.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_field_list_text.
+ * Definition of Views\field\Plugin\views\argument\ListString.
  */
 
 namespace Views\field\Plugin\views\argument;
diff --git a/lib/Views/field/Plugin/views/field/Field.php b/lib/Views/field/Plugin/views/field/Field.php
index fd3dd8d3d2a0..582cb155b2c1 100644
--- a/lib/Views/field/Plugin/views/field/Field.php
+++ b/lib/Views/field/Plugin/views/field/Field.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_field.
+ * Definition of Views\field\Plugin\views\field\Field.
  */
 
 namespace Views\field\Plugin\views\field;
diff --git a/lib/Views/field/Plugin/views/filter/FieldList.php b/lib/Views/field/Plugin/views/filter/FieldList.php
index 66e17a78a822..492f693d8de8 100644
--- a/lib/Views/field/Plugin/views/filter/FieldList.php
+++ b/lib/Views/field/Plugin/views/filter/FieldList.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_field_list.
+ * Definition of Views\field\Plugin\views\filter\FieldList.
  */
 
 namespace Views\field\Plugin\views\filter;
diff --git a/lib/Views/field/Plugin/views/relationship/EntityReverse.php b/lib/Views/field/Plugin/views/relationship/EntityReverse.php
index 38ed9d42aa76..7de431bc4719 100644
--- a/lib/Views/field/Plugin/views/relationship/EntityReverse.php
+++ b/lib/Views/field/Plugin/views/relationship/EntityReverse.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_relationship_entity_reverse.
+ * Definition of Views\field\Plugin\views\relationship\EntityReverse.
  */
 
 namespace Views\field\Plugin\views\relationship;
diff --git a/lib/Views/file/Plugin/views/argument/Fid.php b/lib/Views/file/Plugin/views/argument/Fid.php
index a1f24f90fc39..cf9c9d213cab 100644
--- a/lib/Views/file/Plugin/views/argument/Fid.php
+++ b/lib/Views/file/Plugin/views/argument/Fid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_file_fid.
+ * Definition of Views\file\Plugin\views\argument\Fid.
  */
 
 namespace Views\file\Plugin\views\argument;
diff --git a/lib/Views/file/Plugin/views/field/File.php b/lib/Views/file/Plugin/views/field/File.php
index c26329c1b339..1620fca2b89c 100644
--- a/lib/Views/file/Plugin/views/field/File.php
+++ b/lib/Views/file/Plugin/views/field/File.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_file.
+ * Definition of Views\file\Plugin\views\field\File.
  */
 
 namespace Views\file\Plugin\views\field;
diff --git a/lib/Views/file/Plugin/views/field/FileMime.php b/lib/Views/file/Plugin/views/field/FileMime.php
index ef60ae75dd26..21a3f1913930 100644
--- a/lib/Views/file/Plugin/views/field/FileMime.php
+++ b/lib/Views/file/Plugin/views/field/FileMime.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_file_filemime.
+ * Definition of Views\file\Plugin\views\field\FileMime.
  */
 
 namespace Views\file\Plugin\views\field;
diff --git a/lib/Views/file/Plugin/views/field/Status.php b/lib/Views/file/Plugin/views/field/Status.php
index 8b8b6c51c89d..a90e07131c9a 100644
--- a/lib/Views/file/Plugin/views/field/Status.php
+++ b/lib/Views/file/Plugin/views/field/Status.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_file_status.
+ * Definition of Views\file\Plugin\views\field\Status.
  */
 
 namespace Views\file\Plugin\views\field;
diff --git a/lib/Views/file/Plugin/views/field/Uri.php b/lib/Views/file/Plugin/views/field/Uri.php
index 9ff821da4263..46d489c74543 100644
--- a/lib/Views/file/Plugin/views/field/Uri.php
+++ b/lib/Views/file/Plugin/views/field/Uri.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_file_uri.
+ * Definition of Views\file\Plugin\views\field\Uri.
  */
 
 namespace Views\file\Plugin\views\field;
diff --git a/lib/Views/file/Plugin/views/filter/Status.php b/lib/Views/file/Plugin/views/filter/Status.php
index 8d94c719c2a4..914e9db509aa 100644
--- a/lib/Views/file/Plugin/views/filter/Status.php
+++ b/lib/Views/file/Plugin/views/filter/Status.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_file_status.
+ * Definition of Views\file\Plugin\views\filter\Status.
  */
 
 namespace Views\file\Plugin\views\filter;
diff --git a/lib/Views/filter/Plugin/views/field/FormatName.php b/lib/Views/filter/Plugin/views/field/FormatName.php
index 2984cf931926..21cba924f007 100644
--- a/lib/Views/filter/Plugin/views/field/FormatName.php
+++ b/lib/Views/filter/Plugin/views/field/FormatName.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_filter_format_name.
+ * Definition of Views\filter\Plugin\views\field\FormatName.
  */
 
 namespace Views\filter\Plugin\views\field;
diff --git a/lib/Views/locale/Plugin/views/argument/Language.php b/lib/Views/locale/Plugin/views/argument/Language.php
index 3e77a740f512..56aed784dca7 100644
--- a/lib/Views/locale/Plugin/views/argument/Language.php
+++ b/lib/Views/locale/Plugin/views/argument/Language.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_locale_language.
+ * Definition of Views\locale\Plugin\views\argument\Language.
  */
 
 namespace Views\locale\Plugin\views\argument;
diff --git a/lib/Views/locale/Plugin/views/field/Language.php b/lib/Views/locale/Plugin/views/field/Language.php
index 04c9b0aa846e..d7d0cafb672e 100644
--- a/lib/Views/locale/Plugin/views/field/Language.php
+++ b/lib/Views/locale/Plugin/views/field/Language.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_locale_language.
+ * Definition of Views\locale\Plugin\views\field\Language.
  */
 
 namespace Views\locale\Plugin\views\field;
diff --git a/lib/Views/locale/Plugin/views/field/LinkEdit.php b/lib/Views/locale/Plugin/views/field/LinkEdit.php
index 85c236ce087b..6f32e5889bea 100644
--- a/lib/Views/locale/Plugin/views/field/LinkEdit.php
+++ b/lib/Views/locale/Plugin/views/field/LinkEdit.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_locale_link_edit.
+ * Definition of Views\locale\Plugin\views\field\LinkEdit.
  */
 
 namespace Views\locale\Plugin\views\field;
diff --git a/lib/Views/locale/Plugin/views/field/NodeLanguage.php b/lib/Views/locale/Plugin/views/field/NodeLanguage.php
index 642c70d32c46..af82aef95421 100644
--- a/lib/Views/locale/Plugin/views/field/NodeLanguage.php
+++ b/lib/Views/locale/Plugin/views/field/NodeLanguage.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_language.
+ * Definition of Views\locale\Plugin\views\field\NodeLanguage.
  */
 
 namespace Views\locale\Plugin\views\field;
diff --git a/lib/Views/locale/Plugin/views/filter/Language.php b/lib/Views/locale/Plugin/views/filter/Language.php
index 88292918a7ab..384a96783e59 100644
--- a/lib/Views/locale/Plugin/views/filter/Language.php
+++ b/lib/Views/locale/Plugin/views/filter/Language.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_locale_language.
+ * Definition of Views\locale\Plugin\views\filter\Language.
  */
 
 namespace Views\locale\Plugin\views\filter;
diff --git a/lib/Views/locale/Plugin/views/filter/NodeLanguage.php b/lib/Views/locale/Plugin/views/filter/NodeLanguage.php
index a61a10ab42b7..1ee7fb47a85f 100644
--- a/lib/Views/locale/Plugin/views/filter/NodeLanguage.php
+++ b/lib/Views/locale/Plugin/views/filter/NodeLanguage.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_node_language.
+ * Definition of Views\locale\Plugin\views\filter\NodeLanguage.
  */
 
 namespace Views\locale\Plugin\views\filter;
diff --git a/lib/Views/locale/Plugin/views/filter/Version.php b/lib/Views/locale/Plugin/views/filter/Version.php
index 839336ae8300..9d7367852ddc 100644
--- a/lib/Views/locale/Plugin/views/filter/Version.php
+++ b/lib/Views/locale/Plugin/views/filter/Version.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_locale_version.
+ * Definition of Views\locale\Plugin\views\filter\Version.
  */
 
 namespace Views\locale\Plugin\views\filter;
diff --git a/lib/Views/node/Plugin/views/argument/CreatedDay.php b/lib/Views/node/Plugin/views/argument/CreatedDay.php
index 19aef2a3a01b..59bddd0c6f6c 100644
--- a/lib/Views/node/Plugin/views/argument/CreatedDay.php
+++ b/lib/Views/node/Plugin/views/argument/CreatedDay.php
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @file
+ * Definition of Views\node\Plugin\views\argument\CreatedDay.
+ */
+
 namespace Views\node\Plugin\views\argument;
 
 use Drupal\Core\Annotation\Plugin;
diff --git a/lib/Views/node/Plugin/views/argument/CreatedFullDate.php b/lib/Views/node/Plugin/views/argument/CreatedFullDate.php
index b27b1031560a..57134303d095 100644
--- a/lib/Views/node/Plugin/views/argument/CreatedFullDate.php
+++ b/lib/Views/node/Plugin/views/argument/CreatedFullDate.php
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @file
+ * Definition of Views\node\Plugin\views\argument\CreatedFullDate.
+ */
+
 namespace Views\node\Plugin\views\argument;
 
 use Drupal\Core\Annotation\Plugin;
diff --git a/lib/Views/node/Plugin/views/argument/CreatedMonth.php b/lib/Views/node/Plugin/views/argument/CreatedMonth.php
index d10f1a993253..074af7c81be9 100644
--- a/lib/Views/node/Plugin/views/argument/CreatedMonth.php
+++ b/lib/Views/node/Plugin/views/argument/CreatedMonth.php
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @file
+ * Definition of Views\node\Plugin\views\argument\CreatedMonth.
+ */
+
 namespace Views\node\Plugin\views\argument;
 
 use Drupal\Core\Annotation\Plugin;
diff --git a/lib/Views/node/Plugin/views/argument/CreatedWeek.php b/lib/Views/node/Plugin/views/argument/CreatedWeek.php
index 90b883032489..9b415dcd2bd2 100644
--- a/lib/Views/node/Plugin/views/argument/CreatedWeek.php
+++ b/lib/Views/node/Plugin/views/argument/CreatedWeek.php
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @file
+ * Definition of Views\node\Plugin\views\argument\CreatedWeek.
+ */
+
 namespace Views\node\Plugin\views\argument;
 
 use Drupal\Core\Annotation\Plugin;
diff --git a/lib/Views/node/Plugin/views/argument/CreatedYear.php b/lib/Views/node/Plugin/views/argument/CreatedYear.php
index 3e81f1da5d95..2928f2b478d9 100644
--- a/lib/Views/node/Plugin/views/argument/CreatedYear.php
+++ b/lib/Views/node/Plugin/views/argument/CreatedYear.php
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @file
+ * Definition of Views\node\Plugin\views\argument\CreatedYear.
+ */
+
 namespace Views\node\Plugin\views\argument;
 
 use Drupal\Core\Annotation\Plugin;
diff --git a/lib/Views/node/Plugin/views/argument/CreatedYearMonth.php b/lib/Views/node/Plugin/views/argument/CreatedYearMonth.php
index 87a9a425f701..1e9f0d5b1423 100644
--- a/lib/Views/node/Plugin/views/argument/CreatedYearMonth.php
+++ b/lib/Views/node/Plugin/views/argument/CreatedYearMonth.php
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @file
+ * Definition of Views\node\Plugin\views\argument\CreatedYearMonth.
+ */
+
 namespace Views\node\Plugin\views\argument;
 
 use Drupal\Core\Annotation\Plugin;
diff --git a/lib/Views/node/Plugin/views/argument/Language.php b/lib/Views/node/Plugin/views/argument/Language.php
index a6f093b6ed8e..d03016d6c4ec 100644
--- a/lib/Views/node/Plugin/views/argument/Language.php
+++ b/lib/Views/node/Plugin/views/argument/Language.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_node_language.
+ * Definition of Views\node\Plugin\views\argument\Language.
  */
 
 namespace Views\node\Plugin\views\argument;
diff --git a/lib/Views/node/Plugin/views/argument/Nid.php b/lib/Views/node/Plugin/views/argument/Nid.php
index 4fd05e12442a..a804363694e1 100644
--- a/lib/Views/node/Plugin/views/argument/Nid.php
+++ b/lib/Views/node/Plugin/views/argument/Nid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Provide node nid argument handler.
+ * Definition of Views\node\Plugin\views\argument\Nid.
  */
 
 namespace Views\node\Plugin\views\argument;
diff --git a/lib/Views/node/Plugin/views/argument/Type.php b/lib/Views/node/Plugin/views/argument/Type.php
index 991b0d168bd6..5d64bd003f07 100644
--- a/lib/Views/node/Plugin/views/argument/Type.php
+++ b/lib/Views/node/Plugin/views/argument/Type.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_node_type.
+ * Definition of Views\node\Plugin\views\argument\Type.
  */
 
 namespace Views\node\Plugin\views\argument;
diff --git a/lib/Views/node/Plugin/views/argument/UidRevision.php b/lib/Views/node/Plugin/views/argument/UidRevision.php
index dae494ebfc67..fa6387d46add 100644
--- a/lib/Views/node/Plugin/views/argument/UidRevision.php
+++ b/lib/Views/node/Plugin/views/argument/UidRevision.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Defintion of views_handler_argument_node_uid_revision.
+ * Defintion of Views\node\Plugin\views\argument\UidRevision.
  */
 
 namespace Views\node\Plugin\views\argument;
diff --git a/lib/Views/node/Plugin/views/argument/Vid.php b/lib/Views/node/Plugin/views/argument/Vid.php
index b2e71c5fc9f4..45350e412244 100644
--- a/lib/Views/node/Plugin/views/argument/Vid.php
+++ b/lib/Views/node/Plugin/views/argument/Vid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Provide node vid argument handler.
+ * Definition of Views\node\Plugin\views\argument\Vid.
  */
 
 namespace Views\node\Plugin\views\argument;
diff --git a/lib/Views/node/Plugin/views/argument_default/Node.php b/lib/Views/node/Plugin/views/argument_default/Node.php
index bf293b060f2d..ff32cd5aeb3b 100644
--- a/lib/Views/node/Plugin/views/argument_default/Node.php
+++ b/lib/Views/node/Plugin/views/argument_default/Node.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the node from URL argument default plugin.
+ * Definition of Views\node\Plugin\views\argument_default\Node.
  */
 
 namespace Views\node\Plugin\views\argument_default;
diff --git a/lib/Views/node/Plugin/views/argument_validator/Node.php b/lib/Views/node/Plugin/views/argument_validator/Node.php
index 66f0004751c3..da0672159dbd 100644
--- a/lib/Views/node/Plugin/views/argument_validator/Node.php
+++ b/lib/Views/node/Plugin/views/argument_validator/Node.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the 'node' argument validator plugin.
+ * Definition of Views\node\Plugin\views\argument_validator\Node.
  */
 
 namespace Views\node\Plugin\views\argument_validator;
diff --git a/lib/Views/node/Plugin/views/field/HistoryUserTimestamp.php b/lib/Views/node/Plugin/views/field/HistoryUserTimestamp.php
index b924a5cbc7db..1f3701a70a93 100644
--- a/lib/Views/node/Plugin/views/field/HistoryUserTimestamp.php
+++ b/lib/Views/node/Plugin/views/field/HistoryUserTimestamp.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_history_user_timestamp.
+ * Definition of Views\node\Plugin\views\field\HistoryUserTimestamp.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/Link.php b/lib/Views/node/Plugin/views/field/Link.php
index d5568506af2d..62192336cfe0 100644
--- a/lib/Views/node/Plugin/views/field/Link.php
+++ b/lib/Views/node/Plugin/views/field/Link.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_link.
+ * Definition of Views\node\Plugin\views\field\Link.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/LinkDelete.php b/lib/Views/node/Plugin/views/field/LinkDelete.php
index 24049dc2043d..f9d56719fb13 100644
--- a/lib/Views/node/Plugin/views/field/LinkDelete.php
+++ b/lib/Views/node/Plugin/views/field/LinkDelete.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_link_delete.
+ * Definition of Views\node\Plugin\views\field\LinkDelete.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/Node.php b/lib/Views/node/Plugin/views/field/Node.php
index 0a633898e2e5..29d57fa345f6 100644
--- a/lib/Views/node/Plugin/views/field/Node.php
+++ b/lib/Views/node/Plugin/views/field/Node.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the basic 'node' field handler.
+ * Definition of Views\node\Plugin\views\field\Node.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/Path.php b/lib/Views/node/Plugin/views/field/Path.php
index dc723093daa0..418623e7c62a 100644
--- a/lib/Views/node/Plugin/views/field/Path.php
+++ b/lib/Views/node/Plugin/views/field/Path.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Handler for node path field.
+ * Defintion of Views\node\Plugin\views\field\Path.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/Revision.php b/lib/Views/node/Plugin/views/field/Revision.php
index 0216b8c05850..b110e766c554 100644
--- a/lib/Views/node/Plugin/views/field/Revision.php
+++ b/lib/Views/node/Plugin/views/field/Revision.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_revision.
+ * Definition of Views\node\Plugin\views\field\Revision.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/RevisionLink.php b/lib/Views/node/Plugin/views/field/RevisionLink.php
index 01d6e00d929b..be10fd1f2e49 100644
--- a/lib/Views/node/Plugin/views/field/RevisionLink.php
+++ b/lib/Views/node/Plugin/views/field/RevisionLink.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_revision_link.
+ * Definition of Views\node\Plugin\views\field\RevisionLink.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/RevisionLinkDelete.php b/lib/Views/node/Plugin/views/field/RevisionLinkDelete.php
index da56c71b4615..8ea730e4f532 100644
--- a/lib/Views/node/Plugin/views/field/RevisionLinkDelete.php
+++ b/lib/Views/node/Plugin/views/field/RevisionLinkDelete.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_revision_link_delete.
+ * Definition of Views\node\Plugin\views\field\RevisionLinkDelete.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/RevisionLinkRevert.php b/lib/Views/node/Plugin/views/field/RevisionLinkRevert.php
index ea47dc46f1c9..4c3841342506 100644
--- a/lib/Views/node/Plugin/views/field/RevisionLinkRevert.php
+++ b/lib/Views/node/Plugin/views/field/RevisionLinkRevert.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_revision_link_revert.
+ * Definition of Views\node\Plugin\views\field\RevisionLinkRevert.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/field/Type.php b/lib/Views/node/Plugin/views/field/Type.php
index 187ec9aa10b5..a2e57107ddf1 100644
--- a/lib/Views/node/Plugin/views/field/Type.php
+++ b/lib/Views/node/Plugin/views/field/Type.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_type.
+ * Definition of Views\node\Plugin\views\field\Type.
  */
 
 namespace Views\node\Plugin\views\field;
diff --git a/lib/Views/node/Plugin/views/filter/Access.php b/lib/Views/node/Plugin/views/filter/Access.php
index 4779457a6ec9..bc5d5f98ddb9 100644
--- a/lib/Views/node/Plugin/views/filter/Access.php
+++ b/lib/Views/node/Plugin/views/filter/Access.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_node_access.
+ * Definition of Views\node\Plugin\views\filter\Access.
  */
 
 namespace Views\node\Plugin\views\filter;
diff --git a/lib/Views/node/Plugin/views/filter/HistoryUserTimestamp.php b/lib/Views/node/Plugin/views/filter/HistoryUserTimestamp.php
index 89f800a79bad..b6b6f3c5744c 100644
--- a/lib/Views/node/Plugin/views/filter/HistoryUserTimestamp.php
+++ b/lib/Views/node/Plugin/views/filter/HistoryUserTimestamp.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_history_user_timestamp.
+ * Definition of Views\node\Plugin\views\filter\HistoryUserTimestamp.
  */
 
 namespace Views\node\Plugin\views\filter;
diff --git a/lib/Views/node/Plugin/views/filter/Status.php b/lib/Views/node/Plugin/views/filter/Status.php
index 95df7b8ee063..5de4898b6bf3 100644
--- a/lib/Views/node/Plugin/views/filter/Status.php
+++ b/lib/Views/node/Plugin/views/filter/Status.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of Drupal\node\Plugins\views\filter\Status
+ * Definition of Views\node\Plugins\views\filter\Status.
  */
 
 namespace Views\node\Plugin\views\filter;
diff --git a/lib/Views/node/Plugin/views/filter/Type.php b/lib/Views/node/Plugin/views/filter/Type.php
index 82637d10c4cd..19657fbdff3b 100644
--- a/lib/Views/node/Plugin/views/filter/Type.php
+++ b/lib/Views/node/Plugin/views/filter/Type.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_node_type.
+ * Definition of Views\node\Plugin\views\filter\Type.
  */
 
 namespace Views\node\Plugin\views\filter;
diff --git a/lib/Views/node/Plugin/views/filter/UidRevision.php b/lib/Views/node/Plugin/views/filter/UidRevision.php
index d981a0dbd6d4..0efa1f8de9cc 100644
--- a/lib/Views/node/Plugin/views/filter/UidRevision.php
+++ b/lib/Views/node/Plugin/views/filter/UidRevision.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_node_uid_revision.
+ * Definition of Views\node\Plugin\views\filter\UidRevision.
  */
 
 namespace Views\node\Plugin\views\filter;
diff --git a/lib/Views/node/Plugin/views/row/View.php b/lib/Views/node/Plugin/views/row/View.php
index 579534b76fab..a5b7cdd51866 100644
--- a/lib/Views/node/Plugin/views/row/View.php
+++ b/lib/Views/node/Plugin/views/row/View.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the node view row style plugin.
+ * Definition of Views\node\Plugin\views\row\View.
  */
 
 namespace Views\node\Plugin\views\row;
diff --git a/lib/Views/search/Plugin/views/argument/Search.php b/lib/Views/search/Plugin/views/argument/Search.php
index ba85da35d1bb..5991b5c81eea 100644
--- a/lib/Views/search/Plugin/views/argument/Search.php
+++ b/lib/Views/search/Plugin/views/argument/Search.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_search.
+ * Definition of Views\search\Plugin\views\argument\Search.
  */
 
 namespace Views\search\Plugin\views\argument;
diff --git a/lib/Views/search/Plugin/views/field/Score.php b/lib/Views/search/Plugin/views/field/Score.php
index c246c647387f..72c38d501f75 100644
--- a/lib/Views/search/Plugin/views/field/Score.php
+++ b/lib/Views/search/Plugin/views/field/Score.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_search_score.
+ * Definition of Views\search\Plugin\views\field\Score.
  */
 
 namespace Views\search\Plugin\views\field;
diff --git a/lib/Views/search/Plugin/views/filter/Search.php b/lib/Views/search/Plugin/views/filter/Search.php
index 7d39dc15e30f..a1ee24ae5afb 100644
--- a/lib/Views/search/Plugin/views/filter/Search.php
+++ b/lib/Views/search/Plugin/views/filter/Search.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains a search filter handler.
+ * Defintion of Views\search\Plugin\views\filter\Search.
  */
 
 namespace Views\search\Plugin\views\filter;
diff --git a/lib/Views/search/Plugin/views/row/View.php b/lib/Views/search/Plugin/views/row/View.php
index 2b2ab6d11534..2db38a93a151 100644
--- a/lib/Views/search/Plugin/views/row/View.php
+++ b/lib/Views/search/Plugin/views/row/View.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_plugin_row_search_view.
+ * Definition of Views\search\Plugin\views\row\View.
  */
 
 namespace Views\search\Plugin\views\row;
diff --git a/lib/Views/search/Plugin/views/sort/Score.php b/lib/Views/search/Plugin/views/sort/Score.php
index e5f74e0b95f4..27f6d60b608e 100644
--- a/lib/Views/search/Plugin/views/sort/Score.php
+++ b/lib/Views/search/Plugin/views/sort/Score.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_sort_search_score.
+ * Definition of Views\search\Plugin\views\sort\Score.
  */
 
 namespace Views\search\Plugin\views\sort;
diff --git a/lib/Views/statistics/Plugin/views/field/AccesslogPath.php b/lib/Views/statistics/Plugin/views/field/AccesslogPath.php
index e9947d4a2bb2..35960982f21c 100644
--- a/lib/Views/statistics/Plugin/views/field/AccesslogPath.php
+++ b/lib/Views/statistics/Plugin/views/field/AccesslogPath.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_accesslog_path.
+ * Definition of Views\statistics\Plugin\views\field\AccesslogPath.
  */
 
 namespace Views\statistics\Plugin\views\field;
diff --git a/lib/Views/system/Plugin/views/filter/Type.php b/lib/Views/system/Plugin/views/filter/Type.php
index 955a8b97f18f..f1ef7de77d0c 100644
--- a/lib/Views/system/Plugin/views/filter/Type.php
+++ b/lib/Views/system/Plugin/views/filter/Type.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_system_type.
+ * Definition of Views\system\Plugin\views\filter\Type.
  */
 
 namespace Views\system\Plugin\views\filter;
diff --git a/lib/Views/taxonomy/Plugin/views/argument/IndexTid.php b/lib/Views/taxonomy/Plugin/views/argument/IndexTid.php
index 26862973f62e..1dfc79144c37 100644
--- a/lib/Views/taxonomy/Plugin/views/argument/IndexTid.php
+++ b/lib/Views/taxonomy/Plugin/views/argument/IndexTid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_term_node_tid.
+ * Definition of Views\taxonomy\Plugin\views\argument\IndexTid.
  */
 
 namespace Views\taxonomy\Plugin\views\argument;
diff --git a/lib/Views/taxonomy/Plugin/views/argument/IndexTidDepth.php b/lib/Views/taxonomy/Plugin/views/argument/IndexTidDepth.php
index 4f0df513f846..4ff8bc0d0b1a 100644
--- a/lib/Views/taxonomy/Plugin/views/argument/IndexTidDepth.php
+++ b/lib/Views/taxonomy/Plugin/views/argument/IndexTidDepth.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_term_node_tid_depth.
+ * Definition of Views\taxonomy\Plugin\views\argument\IndexTidDepth.
  */
 
 namespace Views\taxonomy\Plugin\views\argument;
diff --git a/lib/Views/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php b/lib/Views/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php
index 18039d328c3f..1188deb1902f 100644
--- a/lib/Views/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php
+++ b/lib/Views/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_term_node_tid_depth_modifier.
+ * Definition of Views\taxonomy\Plugin\views\argument\IndexTidDepthModifier.
  */
 
 namespace Views\taxonomy\Plugin\views\argument;
diff --git a/lib/Views/taxonomy/Plugin/views/argument/Taxonomy.php b/lib/Views/taxonomy/Plugin/views/argument/Taxonomy.php
index 16bba169c323..a8c84f387abc 100644
--- a/lib/Views/taxonomy/Plugin/views/argument/Taxonomy.php
+++ b/lib/Views/taxonomy/Plugin/views/argument/Taxonomy.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_taxonomy.
+ * Definition of Views\taxonomy\Plugin\views\argument\Taxonomy.
  */
 
 namespace Views\taxonomy\Plugin\views\argument;
diff --git a/lib/Views/taxonomy/Plugin/views/argument/VocabularyMachineName.php b/lib/Views/taxonomy/Plugin/views/argument/VocabularyMachineName.php
index 1ba01ef04540..a17577349e5a 100644
--- a/lib/Views/taxonomy/Plugin/views/argument/VocabularyMachineName.php
+++ b/lib/Views/taxonomy/Plugin/views/argument/VocabularyMachineName.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_vocabulary_machine_name.
+ * Definition of Views\taxonomy\Plugin\views\argument\VocabularyMachineName.
  */
 
 namespace Views\taxonomy\Plugin\views\argument;
diff --git a/lib/Views/taxonomy/Plugin/views/argument/VocabularyVid.php b/lib/Views/taxonomy/Plugin/views/argument/VocabularyVid.php
index b7d71df5c455..96ed2ff9db50 100644
--- a/lib/Views/taxonomy/Plugin/views/argument/VocabularyVid.php
+++ b/lib/Views/taxonomy/Plugin/views/argument/VocabularyVid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_vocabulary_vid.
+ * Definition of Views\taxonomy\Plugin\views\argument\VocabularyVid.
  */
 
 namespace Views\taxonomy\Plugin\views\argument;
diff --git a/lib/Views/taxonomy/Plugin/views/argument_default/Tid.php b/lib/Views/taxonomy/Plugin/views/argument_default/Tid.php
index 56b89f4b3082..2a8a5b6051ff 100644
--- a/lib/Views/taxonomy/Plugin/views/argument_default/Tid.php
+++ b/lib/Views/taxonomy/Plugin/views/argument_default/Tid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_plugin_argument_default_taxonomy_tid.
+ * Definition of Views\taxonomy\Plugin\views\argument_default\Tid.
  */
 
 namespace Views\taxonomy\Plugin\views\argument_default;
diff --git a/lib/Views/taxonomy/Plugin/views/argument_validate/Term.php b/lib/Views/taxonomy/Plugin/views/argument_validate/Term.php
index 4f8f48ce10dd..d2a27a2b1be0 100644
--- a/lib/Views/taxonomy/Plugin/views/argument_validate/Term.php
+++ b/lib/Views/taxonomy/Plugin/views/argument_validate/Term.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the 'taxonomy term' argument validator plugin.
+ * Defintion of Views\taxonomy\Plugin\views\argument_validate\Term.
  */
 
 
diff --git a/lib/Views/taxonomy/Plugin/views/field/LinkEdit.php b/lib/Views/taxonomy/Plugin/views/field/LinkEdit.php
index df2d91a839e7..960f4638044f 100644
--- a/lib/Views/taxonomy/Plugin/views/field/LinkEdit.php
+++ b/lib/Views/taxonomy/Plugin/views/field/LinkEdit.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_term_link_edit.
+ * Definition of Views\taxonomy\Plugin\views\field\LinkEdit.
  */
 
 namespace Views\taxonomy\Plugin\views\field;
diff --git a/lib/Views/taxonomy/Plugin/views/field/Taxonomy.php b/lib/Views/taxonomy/Plugin/views/field/Taxonomy.php
index 60cc9c011f5d..d0e777530dde 100644
--- a/lib/Views/taxonomy/Plugin/views/field/Taxonomy.php
+++ b/lib/Views/taxonomy/Plugin/views/field/Taxonomy.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_taxonomy.
+ * Definition of Views\taxonomy\Plugin\views\field\Taxonomy.
  */
 
 
diff --git a/lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php b/lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
index 65f9509bf725..b3818cd3b74f 100644
--- a/lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
+++ b/lib/Views/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_term_node_tid.
+ * Definition of Views\taxonomy\Plugin\views\field\TaxonomyIndexTid.
  */
 
 namespace Views\taxonomy\Plugin\views\field;
diff --git a/lib/Views/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php b/lib/Views/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php
index 9f4a2f3eff26..17c14b1e6298 100644
--- a/lib/Views/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php
+++ b/lib/Views/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_term_node_tid_depth.
+ * Definition of Views\taxonomy\Plugin\views\filter\TaxonomyIndexTidDepth.
  */
 
 
diff --git a/lib/Views/taxonomy/Plugin/views/filter/VocabularyMachineName.php b/lib/Views/taxonomy/Plugin/views/filter/VocabularyMachineName.php
index b59141326528..96ef9ba9aa73 100644
--- a/lib/Views/taxonomy/Plugin/views/filter/VocabularyMachineName.php
+++ b/lib/Views/taxonomy/Plugin/views/filter/VocabularyMachineName.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_vocabulary_machine_name.
+ * Definition of Views\taxonomy\Plugin\views\filter\VocabularyMachineName.
  */
 
 namespace Views\taxonomy\Plugin\views\filter;
diff --git a/lib/Views/taxonomy/Plugin/views/filter/VocabularyVid.php b/lib/Views/taxonomy/Plugin/views/filter/VocabularyVid.php
index 4074cf3a3444..22b1a0af2ab8 100644
--- a/lib/Views/taxonomy/Plugin/views/filter/VocabularyVid.php
+++ b/lib/Views/taxonomy/Plugin/views/filter/VocabularyVid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_vocabulary_vid.
+ * Definition of Views\taxonomy\Plugin\views\filter\VocabularyVid.
  */
 
 namespace Views\taxonomy\Plugin\views\filter;
diff --git a/lib/Views/taxonomy/Plugin/views/relationship/NodeTermData.php b/lib/Views/taxonomy/Plugin/views/relationship/NodeTermData.php
index 42b975308f34..c33d32fdc2ef 100644
--- a/lib/Views/taxonomy/Plugin/views/relationship/NodeTermData.php
+++ b/lib/Views/taxonomy/Plugin/views/relationship/NodeTermData.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_relationship_node_term_data.
+ * Definition of Views\taxonomy\Plugin\views\relationship\NodeTermData.
  */
 
 namespace Views\taxonomy\Plugin\views\relationship;
diff --git a/lib/Views/translation/Plugin/views/argument/NodeTnid.php b/lib/Views/translation/Plugin/views/argument/NodeTnid.php
index 55788cd235a3..2239a73c4bf9 100644
--- a/lib/Views/translation/Plugin/views/argument/NodeTnid.php
+++ b/lib/Views/translation/Plugin/views/argument/NodeTnid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Provide node tnid argument handler.
+ * Definition of Views\translation\Plugin\views\argument\NodeTnid.
  */
 
 namespace Views\translation\Plugin\views\argument;
diff --git a/lib/Views/translation/Plugin/views/field/NodeLinkTranslate.php b/lib/Views/translation/Plugin/views/field/NodeLinkTranslate.php
index 40a44ceb85dd..a430406a1e9c 100644
--- a/lib/Views/translation/Plugin/views/field/NodeLinkTranslate.php
+++ b/lib/Views/translation/Plugin/views/field/NodeLinkTranslate.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_link_translate.
+ * Definition of Views\translation\Plugin\views\field\NodeLinkTranslate.
  */
 
 namespace Views\translation\Plugin\views\field;
diff --git a/lib/Views/translation/Plugin/views/field/NodeTranslationLink.php b/lib/Views/translation/Plugin/views/field/NodeTranslationLink.php
index fd5456c9a82e..e716b7a26228 100644
--- a/lib/Views/translation/Plugin/views/field/NodeTranslationLink.php
+++ b/lib/Views/translation/Plugin/views/field/NodeTranslationLink.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_node_translation_link.
+ * Definition of Views\translation\Plugin\views\field\NodeTranslationLink.
  */
 
 namespace Views\translation\Plugin\views\field;
diff --git a/lib/Views/translation/Plugin/views/filter/NodeTnid.php b/lib/Views/translation/Plugin/views/filter/NodeTnid.php
index 7b7060e4342b..59d8e47be97d 100644
--- a/lib/Views/translation/Plugin/views/filter/NodeTnid.php
+++ b/lib/Views/translation/Plugin/views/filter/NodeTnid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_node_tnid.
+ * Definition of Views\translation\Plugin\views\filter\NodeTnid.
  */
 
 namespace Views\translation\Plugin\views\filter;
diff --git a/lib/Views/translation/Plugin/views/filter/NodeTnidChild.php b/lib/Views/translation/Plugin/views/filter/NodeTnidChild.php
index d543a5e717c0..a3131824066a 100644
--- a/lib/Views/translation/Plugin/views/filter/NodeTnidChild.php
+++ b/lib/Views/translation/Plugin/views/filter/NodeTnidChild.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_node_tnid_child.
+ * Definition of Views\translation\Plugin\views\filter\NodeTnidChild.
  */
 
 namespace Views\translation\Plugin\views\filter;
diff --git a/lib/Views/translation/Plugin/views/relationship/Translation.php b/lib/Views/translation/Plugin/views/relationship/Translation.php
index 8ed71047321f..1af139b6d70a 100644
--- a/lib/Views/translation/Plugin/views/relationship/Translation.php
+++ b/lib/Views/translation/Plugin/views/relationship/Translation.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_relationship_translation.
+ * Definition of Views\translation\Plugin\views\relationship\Translation.
  */
 
 namespace Views\translation\Plugin\views\relationship;
diff --git a/lib/Views/user/Plugin/views/argument/Uid.php b/lib/Views/user/Plugin/views/argument/Uid.php
index c53d2e4d2030..e3e86dc25f53 100644
--- a/lib/Views/user/Plugin/views/argument/Uid.php
+++ b/lib/Views/user/Plugin/views/argument/Uid.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_argument_user_uid.
+ * Definition of Views\user\Plugin\views\argument\Uid.
  */
 
 namespace Views\user\Plugin\views\argument;
diff --git a/lib/Views/user/Plugin/views/argument_default/CurrentUser.php b/lib/Views/user/Plugin/views/argument_default/CurrentUser.php
index 5939278edeb0..90e4b1a4a031 100644
--- a/lib/Views/user/Plugin/views/argument_default/CurrentUser.php
+++ b/lib/Views/user/Plugin/views/argument_default/CurrentUser.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the current user argument default plugin.
+ * Definition of Views\user\Plugin\views\argument_default\CurrentUser.
  */
 
 namespace Views\user\Plugin\views\argument_default;
diff --git a/lib/Views/user/Plugin/views/argument_default/User.php b/lib/Views/user/Plugin/views/argument_default/User.php
index d14b7a90b82f..a5bdc017f355 100644
--- a/lib/Views/user/Plugin/views/argument_default/User.php
+++ b/lib/Views/user/Plugin/views/argument_default/User.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the user from URL argument default plugin.
+ * Definition of Views\user\Plugin\views\argument_default\User.
  */
 
 namespace Views\user\Plugin\views\argument_default;
diff --git a/lib/Views/user/Plugin/views/argument_validator/User.php b/lib/Views/user/Plugin/views/argument_validator/User.php
index fee8954ac97c..5c1cb457b8dc 100644
--- a/lib/Views/user/Plugin/views/argument_validator/User.php
+++ b/lib/Views/user/Plugin/views/argument_validator/User.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_plugin_argument_validate_user.
+ * Definition of Views\user\Plugin\views\argument_validator\User.
  */
 
 namespace Views\user\Plugin\views\argument_validator;
diff --git a/lib/Views/user/Plugin/views/field/Language.php b/lib/Views/user/Plugin/views/field/Language.php
index 7093b11174ee..8f861a528dc5 100644
--- a/lib/Views/user/Plugin/views/field/Language.php
+++ b/lib/Views/user/Plugin/views/field/Language.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_language.
+ * Definition of Views\user\Plugin\views\field\Language.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/Link.php b/lib/Views/user/Plugin/views/field/Link.php
index 391d35adb955..54f9f02c47f1 100644
--- a/lib/Views/user/Plugin/views/field/Link.php
+++ b/lib/Views/user/Plugin/views/field/Link.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_link.
+ * Definition of Views\user\Plugin\views\field\Link.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/LinkCancel.php b/lib/Views/user/Plugin/views/field/LinkCancel.php
index 1ddcdc540d45..fb6cc4c5c15a 100644
--- a/lib/Views/user/Plugin/views/field/LinkCancel.php
+++ b/lib/Views/user/Plugin/views/field/LinkCancel.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_link_cancel.
+ * Definition of Views\user\Plugin\views\field\LinkCancel.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/LinkEdit.php b/lib/Views/user/Plugin/views/field/LinkEdit.php
index 0c464b062226..f9b91f6e8021 100644
--- a/lib/Views/user/Plugin/views/field/LinkEdit.php
+++ b/lib/Views/user/Plugin/views/field/LinkEdit.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_link_edit.
+ * Definition of Views\user\Plugin\views\field\LinkEdit.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/Mail.php b/lib/Views/user/Plugin/views/field/Mail.php
index a310c2fd265d..34bcfec14ff2 100644
--- a/lib/Views/user/Plugin/views/field/Mail.php
+++ b/lib/Views/user/Plugin/views/field/Mail.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_mail.
+ * Definition of Views\user\Plugin\views\field\Mail.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/Name.php b/lib/Views/user/Plugin/views/field/Name.php
index fda961db2f9e..1ddaeaa74d33 100644
--- a/lib/Views/user/Plugin/views/field/Name.php
+++ b/lib/Views/user/Plugin/views/field/Name.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_name.
+ * Definition of Views\user\Plugin\views\field\Name.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/Permissions.php b/lib/Views/user/Plugin/views/field/Permissions.php
index 1247a1d26915..2a9ab03463de 100644
--- a/lib/Views/user/Plugin/views/field/Permissions.php
+++ b/lib/Views/user/Plugin/views/field/Permissions.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_permissions.
+ * Definition of Views\user\Plugin\views\field\Permissions.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/Picture.php b/lib/Views/user/Plugin/views/field/Picture.php
index 3f7108b950bb..fe441c8e7053 100644
--- a/lib/Views/user/Plugin/views/field/Picture.php
+++ b/lib/Views/user/Plugin/views/field/Picture.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_picture.
+ * Definition of Views\user\Plugin\views\field\Picture.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/Roles.php b/lib/Views/user/Plugin/views/field/Roles.php
index 79305fa605bb..8d06958e214d 100644
--- a/lib/Views/user/Plugin/views/field/Roles.php
+++ b/lib/Views/user/Plugin/views/field/Roles.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user_roles.
+ * Definition of Views\user\Plugin\views\field\Roles.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/field/User.php b/lib/Views/user/Plugin/views/field/User.php
index 6bd96b8d33e8..1762285f0f08 100644
--- a/lib/Views/user/Plugin/views/field/User.php
+++ b/lib/Views/user/Plugin/views/field/User.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_field_user.
+ * Definition of Views\user\Plugin\views\field\User.
  */
 
 namespace Views\user\Plugin\views\field;
diff --git a/lib/Views/user/Plugin/views/filter/Name.php b/lib/Views/user/Plugin/views/filter/Name.php
index 515fd85a37ee..243bff0be377 100644
--- a/lib/Views/user/Plugin/views/filter/Name.php
+++ b/lib/Views/user/Plugin/views/filter/Name.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_user_name.
+ * Definition of Views\user\Plugin\views\filter\Name.
  */
 
 namespace Views\user\Plugin\views\filter;
diff --git a/lib/Views/user/Plugin/views/filter/Permissions.php b/lib/Views/user/Plugin/views/filter/Permissions.php
index 47a94beeae3a..a53835cf6d64 100644
--- a/lib/Views/user/Plugin/views/filter/Permissions.php
+++ b/lib/Views/user/Plugin/views/filter/Permissions.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_user_permissions.
+ * Definition of Views\user\Plugin\views\filter\Permissions.
  */
 
 namespace Views\user\Plugin\views\filter;
diff --git a/lib/Views/user/Plugin/views/filter/Roles.php b/lib/Views/user/Plugin/views/filter/Roles.php
index ef44ce8d290b..8b17873945a5 100644
--- a/lib/Views/user/Plugin/views/filter/Roles.php
+++ b/lib/Views/user/Plugin/views/filter/Roles.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Definition of views_handler_filter_user_roles.
+ * Definition of Views\user\Plugin\views\filter\Roles.
  */
 
 namespace Views\user\Plugin\views\filter;
diff --git a/lib/Views/user/Plugin/views/row/View.php b/lib/Views/user/Plugin/views/row/View.php
index 94ca726811a7..edcb49a7dd9b 100644
--- a/lib/Views/user/Plugin/views/row/View.php
+++ b/lib/Views/user/Plugin/views/row/View.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Contains the user view row plugin.
+ * Defintion of Views\user\Plugin\views\row\View
  */
 
 namespace Views\user\Plugin\views\row;
-- 
GitLab