Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / config / src / ConfigSubscriber.php
index 94405a1cd08289e75c30115f067f734665a9d364..7e4c51ddac37f36d3869b514b1ab595316da90e8 100644 (file)
@@ -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) {