1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Add argument to apcu_add() definition

This commit is contained in:
Scott 2017-03-01 19:39:19 -05:00 committed by GitHub
parent 6d1f557ca4
commit d1b0cdecd7

View File

@ -108,7 +108,7 @@ return [
'apc_sma_info' => ['array', 'limited='=>'bool'],
'apc_store' => ['bool', 'key'=>'string', 'var'=>'', 'ttl='=>'int'],
'apc_store\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
'apcu_add' => ['bool', 'key'=>'string', 'ttl='=>'int'],
'apcu_add' => ['bool', 'key'=>'string', 'var'=>'', 'ttl='=>'int'],
'apcu_add\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
'apcu_cache_info' => ['array', 'limited='=>'bool'],
'apcu_cas' => ['bool', 'key'=>'string', 'old'=>'int', 'new'=>'int'],