Skip to content

Commit 17f362b

Browse files
committed
SA-CORE-2024-006 by mcdruid, larowlan
1 parent 7ae0e8f commit 17f362b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Drupal/Core/Config/StorageComparer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Drupal\Component\Datetime\Time;
66
use Drupal\Component\Datetime\TimeInterface;
7+
use Drupal\Core\Cache\CacheBackendInterface;
78
use Drupal\Core\Cache\MemoryBackend;
89
use Drupal\Core\Cache\NullBackend;
910
use Drupal\Core\Config\Entity\ConfigDependencyManager;
@@ -85,7 +86,7 @@ class StorageComparer implements StorageComparerInterface {
8586
*
8687
* @var \Drupal\Core\Cache\CacheBackendInterface
8788
*/
88-
protected $targetCacheStorage;
89+
protected CacheBackendInterface $targetCacheStorage;
8990

9091
/**
9192
* Indicates whether the target storage should be wrapped in a cache.

0 commit comments

Comments
 (0)