Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / node / src / Plugin / views / argument / Type.php
index 760397ab37de5cb1f9bf4129981eb8c7913d0fbf..1a78c2faf06ae4f9ed62923595f4aeb50d31578b 100644 (file)
@@ -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) {