mirror of
https://github.com/friendica/friendica
synced 2025-05-01 04:24:28 +02:00
Bugfixings for getAllKeys()
This commit is contained in:
parent
8491f8660f
commit
7da6da6666
5 changed files with 8 additions and 7 deletions
|
@ -53,7 +53,7 @@ class Cache extends \Friendica\BaseObject
|
|||
*
|
||||
* @param string $prefix Prefix of the keys (optional)
|
||||
*
|
||||
* @return array|null Null if the driver doesn't support this feature
|
||||
* @return array Empty if the driver doesn't support this feature
|
||||
*/
|
||||
public static function getAllKeys($prefix = null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue