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 82a4ce3 commit 271d7a2Copy full SHA for 271d7a2
Session/Storage/Handler/MemcachedSessionHandler.php
@@ -26,7 +26,7 @@ class MemcachedSessionHandler extends AbstractSessionHandler
26
/**
27
* Time to live in seconds.
28
*/
29
- private int $ttl;
+ private ?int $ttl;
30
31
32
* Key prefix for shared environments.
0 commit comments