X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fconfig%2Fsrc%2FConfigSubscriber.php;fp=web%2Fcore%2Fmodules%2Fconfig%2Fsrc%2FConfigSubscriber.php;h=7e4c51ddac37f36d3869b514b1ab595316da90e8;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=94405a1cd08289e75c30115f067f734665a9d364;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/config/src/ConfigSubscriber.php b/web/core/modules/config/src/ConfigSubscriber.php index 94405a1cd..7e4c51dda 100644 --- a/web/core/modules/config/src/ConfigSubscriber.php +++ b/web/core/modules/config/src/ConfigSubscriber.php @@ -6,7 +6,6 @@ use Drupal\Core\Config\ConfigEvents; use Drupal\Core\Config\ConfigImporterEvent; use Drupal\Core\Config\ConfigImportValidateEventSubscriberBase; - /** * Config subscriber. */ @@ -15,7 +14,7 @@ class ConfigSubscriber extends ConfigImportValidateEventSubscriberBase { /** * Checks that the Configuration module is not being uninstalled. * - * @param ConfigImporterEvent $event + * @param \Drupal\Core\Config\ConfigImporterEvent $event * The config import event. */ public function onConfigImporterValidate(ConfigImporterEvent $event) {