diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php b/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php index de91bb1..8010f19 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\comment\Plugin\entity_reference\selection\Comment. + * Contains Drupal\comment\Plugin\entity_reference\selection\CommentSelection. */ namespace Drupal\comment\Plugin\entity_reference\selection; diff --git a/core/modules/file/lib/Drupal/file/Plugin/entity_reference/selection/FileSelection.php b/core/modules/file/lib/Drupal/file/Plugin/entity_reference/selection/FileSelection.php index 901a5e7..1f46441 100644 --- a/core/modules/file/lib/Drupal/file/Plugin/entity_reference/selection/FileSelection.php +++ b/core/modules/file/lib/Drupal/file/Plugin/entity_reference/selection/FileSelection.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\file\Plugin\Type\selection\File. + * Contains Drupal\file\Plugin\Type\selection\FileSelection. */ namespace Drupal\file\Plugin\entity_reference\selection; diff --git a/core/modules/node/lib/Drupal/node/Plugin/entity_reference/selection/NodeSelection.php b/core/modules/node/lib/Drupal/node/Plugin/entity_reference/selection/NodeSelection.php index fd8a61f..c785af9 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/entity_reference/selection/NodeSelection.php +++ b/core/modules/node/lib/Drupal/node/Plugin/entity_reference/selection/NodeSelection.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\node\Plugin\Type\selection\Node. + * Contains Drupal\node\Plugin\Type\selection\NodeSelection. */ namespace Drupal\node\Plugin\entity_reference\selection; diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/entity_reference/selection/TermSelection.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/entity_reference/selection/TermSelection.php index 1c42a76..e9f5f2f 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/entity_reference/selection/TermSelection.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/entity_reference/selection/TermSelection.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\taxonomy\Plugin\entity_reference\selection\Term. + * Contains Drupal\taxonomy\Plugin\entity_reference\selection\TermSelection. */ namespace Drupal\taxonomy\Plugin\entity_reference\selection; diff --git a/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php b/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php index 1ce97ae..61eb166 100644 --- a/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php +++ b/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\user\Plugin\entity_reference\selection\User. + * Contains Drupal\user\Plugin\entity_reference\selection\UserSelection. */ namespace Drupal\user\Plugin\entity_reference\selection; diff --git a/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php b/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php index 749e470..1fdbaf1 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php +++ b/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php @@ -2,7 +2,7 @@ /** * @file - * Contains Drupal\views\Plugin\entity_reference\selection\Views. + * Contains Drupal\views\Plugin\entity_reference\selection\ViewsSelection. */ namespace Drupal\views\Plugin\entity_reference\selection;