Skip to content

Commit d6d67c8

Browse files
wouterjnicolas-grekas
authored andcommitted
Add missing PHPdoc return types
1 parent e99e554 commit d6d67c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Store/MemcachedStore.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ class MemcachedStore implements PersistingStoreInterface
3030
private int $initialTtl;
3131
private bool $useExtendedReturn;
3232

33+
/**
34+
* @return bool
35+
*/
3336
public static function isSupported()
3437
{
3538
return \extension_loaded('memcached');

0 commit comments

Comments
 (0)