Skip to content

Commit 22018ce

Browse files
authored
fix MemcachePool::get declaration (return types)
1 parent b9f1d99 commit 22018ce

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
@@ -6479,7 +6479,7 @@
64796479
'MemcachePool::decrement' => ['int', 'key'=>'string', 'value='=>'int'],
64806480
'MemcachePool::delete' => ['bool', 'key'=>'string', 'timeout='=>'int'],
64816481
'MemcachePool::flush' => ['bool'],
6482-
'MemcachePool::get' => ['array', 'key'=>'string', 'flags='=>'array', 'keys='=>'array'],
6482+
'MemcachePool::get' => ['string|array|false', 'key'=>'string', 'flags='=>'array', 'keys='=>'array'],
64836483
'MemcachePool::getExtendedStats' => ['array', 'type='=>'string', 'slabid='=>'int', 'limit='=>'int'],
64846484
'MemcachePool::getServerStatus' => ['int', 'host'=>'string', 'port='=>'int'],
64856485
'MemcachePool::getStats' => ['array', 'type='=>'string', 'slabid='=>'int', 'limit='=>'int'],

0 commit comments

Comments
 (0)