We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae0e8f commit 17f362bCopy full SHA for 17f362b
lib/Drupal/Core/Config/StorageComparer.php
@@ -4,6 +4,7 @@
4
5
use Drupal\Component\Datetime\Time;
6
use Drupal\Component\Datetime\TimeInterface;
7
+use Drupal\Core\Cache\CacheBackendInterface;
8
use Drupal\Core\Cache\MemoryBackend;
9
use Drupal\Core\Cache\NullBackend;
10
use Drupal\Core\Config\Entity\ConfigDependencyManager;
@@ -85,7 +86,7 @@ class StorageComparer implements StorageComparerInterface {
85
86
*
87
* @var \Drupal\Core\Cache\CacheBackendInterface
88
*/
- protected $targetCacheStorage;
89
+ protected CacheBackendInterface $targetCacheStorage;
90
91
/**
92
* Indicates whether the target storage should be wrapped in a cache.
0 commit comments