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.
2 parents 1aeecf2 + 27d3895 commit ac26221Copy full SHA for ac26221
src/Blacklist.php
@@ -45,7 +45,7 @@ class Blacklist
45
/**
46
* Constructor.
47
*/
48
- public function __construct(StorageInterface $storage, int $gracePeriod, int $refreshTtl)
+ public function __construct(StorageInterface $storage, int $gracePeriod, ?int $refreshTtl)
49
{
50
$this->storage = $storage;
51
$this->gracePeriod = $gracePeriod;
0 commit comments