X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEventSubscriber%2FConfigSnapshotSubscriber.php;h=2d78d20ec3464708f7427ba9b59bc4a7eee4b7eb;hb=refs%2Fheads%2Fd864;hp=289eae09d9f46b3b43c556a756235d340cbd1d94;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php index 289eae09d..2d78d20ec 100644 --- a/web/core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php +++ b/web/core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php @@ -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) {