Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Executable / ExecutablePluginBase.php
index 0b758c60c713120f27280f60c6fd4dcad29dfcb5..3c36eac51236b9c929eb75be4177183ae2dd3e3a 100644 (file)
@@ -60,8 +60,8 @@ abstract class ExecutablePluginBase extends ContextAwarePluginBase implements Ex
   /**
    * Sets the value of a particular configuration option.
    *
-   * @param string $name
-   *   The name of the configuration option to set.
+   * @param string $key
+   *   The key of the configuration option to set.
    * @param mixed $value
    *   The value to set.
    *