1
0
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:
Matthew Brown 2016-10-26 11:25:44 -04:00
parent 77c442cb1d
commit 76191e2505

View File

@ -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'],