Loading core/lib/Drupal/Core/Config/StorageComparer.php +2 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Drupal\Component\Datetime\Time; use Drupal\Component\Datetime\TimeInterface; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\Cache\MemoryBackend; use Drupal\Core\Cache\NullBackend; use Drupal\Core\Config\Entity\ConfigDependencyManager; Loading Loading @@ -85,7 +86,7 @@ class StorageComparer implements StorageComparerInterface { * * @var \Drupal\Core\Cache\CacheBackendInterface */ protected $targetCacheStorage; protected CacheBackendInterface $targetCacheStorage; /** * Indicates whether the target storage should be wrapped in a cache. Loading Loading
core/lib/Drupal/Core/Config/StorageComparer.php +2 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ use Drupal\Component\Datetime\Time; use Drupal\Component\Datetime\TimeInterface; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\Cache\MemoryBackend; use Drupal\Core\Cache\NullBackend; use Drupal\Core\Config\Entity\ConfigDependencyManager; Loading Loading @@ -85,7 +86,7 @@ class StorageComparer implements StorageComparerInterface { * * @var \Drupal\Core\Cache\CacheBackendInterface */ protected $targetCacheStorage; protected CacheBackendInterface $targetCacheStorage; /** * Indicates whether the target storage should be wrapped in a cache. Loading