X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fsrc%2FPlugin%2Fviews%2Fargument%2FType.php;fp=web%2Fcore%2Fmodules%2Fnode%2Fsrc%2FPlugin%2Fviews%2Fargument%2FType.php;h=1a78c2faf06ae4f9ed62923595f4aeb50d31578b;hp=760397ab37de5cb1f9bf4129981eb8c7913d0fbf;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/node/src/Plugin/views/argument/Type.php b/web/core/modules/node/src/Plugin/views/argument/Type.php index 760397ab3..1a78c2faf 100644 --- a/web/core/modules/node/src/Plugin/views/argument/Type.php +++ b/web/core/modules/node/src/Plugin/views/argument/Type.php @@ -29,7 +29,7 @@ class Type extends StringArgument { * The plugin_id for the plugin instance. * @param mixed $plugin_definition * The plugin implementation definition. - * @param \Drupal\Core\Entity\EntityStorageInterface $storage + * @param \Drupal\Core\Entity\EntityStorageInterface $node_type_storage * The entity storage class. */ public function __construct(array $configuration, $plugin_id, $plugin_definition, EntityStorageInterface $node_type_storage) {