Skip to content

Commit

Permalink
SA-CORE-2024-006 by mcdruid, larowlan
Browse files Browse the repository at this point in the history
  • Loading branch information
longwave committed Nov 20, 2024
1 parent 7ae0e8f commit 17f362b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Drupal/Core/Config/StorageComparer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 17f362b

Please # to comment.