diff --git a/core/modules/node/src/Plugin/views/argument_default/Node.php b/core/modules/node/src/Plugin/views/argument_default/Node.php index 3df56fb4e8a97b601808d9da7c447bf1f9f58121..4a61f032a2b5410fe86b250a6bab6a8f164a0455 100644 --- a/core/modules/node/src/Plugin/views/argument_default/Node.php +++ b/core/modules/node/src/Plugin/views/argument_default/Node.php @@ -33,7 +33,7 @@ class Node extends ArgumentDefaultPluginBase implements CacheablePluginInterface protected $routeMatch; /** - * Constructs a new Date instance. + * Constructs a new Node instance. * * @param array $configuration * A configuration array containing information about the plugin instance. diff --git a/core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php b/core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php index e1aae9d8518ac6fa38b16f36883caf5d9d4a6edb..5bd3f4570f07482ada1a7ab904c962effb149a31 100644 --- a/core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php +++ b/core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php @@ -38,15 +38,14 @@ class Tid extends ArgumentDefaultPluginBase implements CacheablePluginInterface protected $routeMatch; /** - * Constructs a new Date instance. - * The vocary storage. + * The vocabulary storage. * * @var \Drupal\taxonomy\VocabularyStorageInterface. */ protected $vocabularyStorage; /** - * Constructs a Tid object. + * Constructs a new Tid instance. * * @param array $configuration * A configuration array containing information about the plugin instance. diff --git a/core/modules/user/src/Plugin/views/argument_default/User.php b/core/modules/user/src/Plugin/views/argument_default/User.php index 77fa69f838413f9012de8a8dbbd6ce4eb1bc924d..e3d9644f35fc3b9a2caa69ecb63bb581403ad796 100644 --- a/core/modules/user/src/Plugin/views/argument_default/User.php +++ b/core/modules/user/src/Plugin/views/argument_default/User.php @@ -34,7 +34,7 @@ class User extends ArgumentDefaultPluginBase implements CacheablePluginInterface protected $routeMatch; /** - * Constructs a new Date instance. + * Constructs a new User instance. * * @param array $configuration * A configuration array containing information about the plugin instance.