@@ -46,7 +46,8 @@ |
||
46 | 46 | public function __construct( |
47 | 47 | private readonly StorageInterface $storage, |
48 | 48 | private readonly ?CacheItemPoolInterface $cacheItemPool = null |
49 | - ) {} |
|
49 | + ) { |
|
50 | +} |
|
50 | 51 | |
51 | 52 | /** |
52 | 53 | * Clears the cache. |
@@ -20,7 +20,9 @@ |
||
20 | 20 | |
21 | 21 | readonly class DatabaseStorage implements StorageInterface |
22 | 22 | { |
23 | - public function __construct(private PDO $pdo) {} |
|
23 | + public function __construct(private PDO $pdo) |
|
24 | + { |
|
25 | +} |
|
24 | 26 | |
25 | 27 | /** |
26 | 28 | * @inheritDoc |