X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flanguage%2Fsrc%2FLanguageNegotiationMethodInterface.php;fp=web%2Fcore%2Fmodules%2Flanguage%2Fsrc%2FLanguageNegotiationMethodInterface.php;h=0488516f2dd69a9b82f1febd92c2a3798811cd0f;hp=0225fe9355cb966029b02b4bbb83f8410a2ddd68;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/language/src/LanguageNegotiationMethodInterface.php b/web/core/modules/language/src/LanguageNegotiationMethodInterface.php index 0225fe935..0488516f2 100644 --- a/web/core/modules/language/src/LanguageNegotiationMethodInterface.php +++ b/web/core/modules/language/src/LanguageNegotiationMethodInterface.php @@ -24,7 +24,7 @@ interface LanguageNegotiationMethodInterface { /** * Injects the configuration factory. * - * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory + * @param \Drupal\Core\Config\ConfigFactoryInterface $config * The configuration factory. */ public function setConfig(ConfigFactoryInterface $config);