Skip to content

Commit 6a943e3

Browse files
authored
Change return type of apcu_inc function
1 parent 6bdce5d commit 6a943e3

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
@@ -145,7 +145,7 @@
145145
'apcu_exists' => ['bool', 'keys'=>'string'],
146146
'apcu_exists\'1' => ['array', 'keys'=>'string[]'],
147147
'apcu_fetch' => ['mixed', 'key'=>'string|string[]', '&w_success='=>'bool'],
148-
'apcu_inc' => ['int', 'key'=>'string', 'step='=>'int', '&w_success='=>'bool', 'ttl='=>'int'],
148+
'apcu_inc' => ['false|int', 'key'=>'string', 'step='=>'int', '&w_success='=>'bool', 'ttl='=>'int'],
149149
'apcu_sma_info' => ['__benevolent<array|false>', 'limited='=>'bool'],
150150
'apcu_store' => ['bool', 'key'=>'string', 'var='=>'', 'ttl='=>'int'],
151151
'apcu_store\'1' => ['array', 'values'=>'array', 'unused='=>'', 'ttl='=>'int'],

0 commit comments

Comments
 (0)