Skip to content

Commit 70d95d4

Browse files
committed
Fix Memcache::get signature
1 parent 093d92f commit 70d95d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6412,7 +6412,7 @@
64126412
'Memcache::decrement' => ['int', 'key'=>'string', 'value='=>'int'],
64136413
'Memcache::delete' => ['bool', 'key'=>'string', 'timeout='=>'int'],
64146414
'Memcache::flush' => ['bool'],
6415-
'Memcache::get' => ['array', 'key'=>'string', 'flags='=>'array', 'keys='=>'array'],
6415+
'Memcache::get' => ['string|array|false', 'key'=>'string', 'flags='=>'array', 'keys='=>'array'],
64166416
'Memcache::getExtendedStats' => ['array', 'type='=>'string', 'slabid='=>'int', 'limit='=>'int'],
64176417
'Memcache::getServerStatus' => ['int', 'host'=>'string', 'port='=>'int'],
64186418
'Memcache::getStats' => ['array', 'type='=>'string', 'slabid='=>'int', 'limit='=>'int'],

0 commit comments

Comments
 (0)