Skip to content

Commit 8326e55

Browse files
committed
Fix formatting
1 parent 2a00378 commit 8326e55

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

lib/internal/Magento/Framework/Cache/Backend/RemoteSynchronizedCache.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ class RemoteSynchronizedCache extends \Zend_Cache_Backend implements \Zend_Cache
3434
*/
3535
private $remote;
3636

37-
/**
38-
* Cache invalidation time
39-
*
40-
* @var \Zend_Cache_Backend_ExtendedInterface
41-
*/
42-
protected $cacheInvalidationTime;
43-
4437
/**
4538
* Suffix for hash to compare data version in cache storage.
4639
*/
@@ -416,6 +409,9 @@ private function unlock(string $id): bool
416409

417410
/**
418411
* Calculate lock name.
412+
*
413+
* @param string $id
414+
* @return string
419415
*/
420416
private function getLockName(string $id): string
421417
{

0 commit comments

Comments
 (0)