Skip to content

Commit 97c4235

Browse files
authored
Update return type for apcu_dec function
1 parent 6a943e3 commit 97c4235

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
@@ -138,7 +138,7 @@
138138
'apcu_cache_info' => ['__benevolent<array<string,mixed>|false>', 'limited='=>'bool'],
139139
'apcu_cas' => ['bool', 'key'=>'string', 'old'=>'int', 'new'=>'int'],
140140
'apcu_clear_cache' => ['bool'],
141-
'apcu_dec' => ['int', 'key'=>'string', 'step='=>'int', '&w_success='=>'bool', 'ttl='=>'int'],
141+
'apcu_dec' => ['false|int', 'key'=>'string', 'step='=>'int', '&w_success='=>'bool', 'ttl='=>'int'],
142142
'apcu_delete' => ['bool', 'key'=>'string|APCuIterator'],
143143
'apcu_delete\'1' => ['list<string>', 'key'=>'string[]'],
144144
'apcu_entry' => ['mixed', 'key'=>'string', 'generator'=>'callable', 'ttl='=>'int'],

0 commit comments

Comments
 (0)