Skip to content

Commit 1d2982b

Browse files
[5.4] cs fixes
1 parent 82c027e commit 1d2982b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Key.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ public function reduceLifetime(float $ttl)
7979

8080
/**
8181
* Returns the remaining lifetime in seconds.
82-
*
83-
* @return float|null
8482
*/
8583
public function getRemainingLifetime(): ?float
8684
{

Store/MongoDbStore.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ private function createMongoDateTime(float $seconds): UTCDateTime
352352
* Retrieves an unique token for the given key namespaced to this store.
353353
*
354354
* @param Key lock state container
355-
*
356-
* @return string
357355
*/
358356
private function getUniqueToken(Key $key): string
359357
{

0 commit comments

Comments
 (0)