X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FExecutable%2FExecutablePluginBase.php;h=3c36eac51236b9c929eb75be4177183ae2dd3e3a;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0b758c60c713120f27280f60c6fd4dcad29dfcb5;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php b/web/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php index 0b758c60c..3c36eac51 100644 --- a/web/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php +++ b/web/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php @@ -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. *