mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
Add back apc_store proper signature
This commit is contained in:
parent
77c442cb1d
commit
76191e2505
@ -85,7 +85,7 @@ return [
|
||||
'APCIterator::valid' => ['bool'],
|
||||
'apc_load_constants' => ['bool', 'key'=>'string', 'case_sensitive='=>'bool'],
|
||||
'apc_sma_info' => ['array', 'limited='=>'bool'],
|
||||
'apc_store' => ['bool', 'key'=>'string', 'ttl='=>'int'],
|
||||
'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\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],
|
||||
|
Loading…
Reference in New Issue
Block a user