Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / EventSubscriber / ConfigSnapshotSubscriber.php
index 289eae09d9f46b3b43c556a756235d340cbd1d94..2d78d20ec3464708f7427ba9b59bc4a7eee4b7eb 100644 (file)
@@ -37,9 +37,9 @@ class ConfigSnapshotSubscriber implements EventSubscriberInterface {
   /**
    * Constructs the ConfigSnapshotSubscriber object.
    *
-   * @param StorageInterface $source_storage
+   * @param \Drupal\Core\Config\StorageInterface $source_storage
    *   The source storage used to discover configuration changes.
-   * @param StorageInterface $snapshot_storage
+   * @param \Drupal\Core\Config\StorageInterface $snapshot_storage
    *   The snapshot storage used to write configuration changes.
    */
   public function __construct(ConfigManagerInterface $config_manager, StorageInterface $source_storage, StorageInterface $snapshot_storage) {