We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c027e commit 1d2982bCopy full SHA for 1d2982b
Key.php
@@ -79,8 +79,6 @@ public function reduceLifetime(float $ttl)
79
80
/**
81
* Returns the remaining lifetime in seconds.
82
- *
83
- * @return float|null
84
*/
85
public function getRemainingLifetime(): ?float
86
{
Store/MongoDbStore.php
@@ -352,8 +352,6 @@ private function createMongoDateTime(float $seconds): UTCDateTime
352
* Retrieves an unique token for the given key namespaced to this store.
353
*
354
* @param Key lock state container
355
356
- * @return string
357
358
private function getUniqueToken(Key $key): string
359
0 commit comments