Skip to content

Commit afc2df4

Browse files
authored
Merge pull request #10524 from zerkms/10512_SessionUpdateTimestampHandlerInterface_Parameters
Fix #10512: Fixed SessionUpdateTimestampHandlerInterface parameter names
2 parents b38530e + 891036e commit afc2df4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dictionaries/CallMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11141,8 +11141,8 @@
1114111141
'SessionIdInterface::create_sid' => ['string'],
1114211142
'SessionUpdateTimestampHandler::updateTimestamp' => ['bool', 'id'=>'string', 'data'=>'string'],
1114311143
'SessionUpdateTimestampHandler::validateId' => ['char', 'id'=>'string'],
11144-
'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'key'=>'string', 'value'=>'string'],
11145-
'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'key'=>'string'],
11144+
'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'id'=>'string', 'data'=>'string'],
11145+
'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'id'=>'string'],
1114611146
'set_error_handler' => ['null|callable(int,string,string=,int=,array=):bool', 'callback'=>'null|callable(int,string,string=,int=,array=):bool', 'error_levels='=>'int'],
1114711147
'set_exception_handler' => ['null|callable(Throwable):void', 'callback'=>'null|callable(Throwable):void'],
1114811148
'set_file_buffer' => ['int', 'stream'=>'resource', 'size'=>'int'],

dictionaries/CallMap_historical.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6583,8 +6583,8 @@
65836583
'SessionIdInterface::create_sid' => ['string'],
65846584
'SessionUpdateTimestampHandler::updateTimestamp' => ['bool', 'id'=>'string', 'data'=>'string'],
65856585
'SessionUpdateTimestampHandler::validateId' => ['char', 'id'=>'string'],
6586-
'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'key'=>'string', 'value'=>'string'],
6587-
'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'key'=>'string'],
6586+
'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'id'=>'string', 'data'=>'string'],
6587+
'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'id'=>'string'],
65886588
'SimpleXMLElement::__construct' => ['void', 'data'=>'string', 'options='=>'int', 'dataIsURL='=>'bool', 'namespaceOrPrefix='=>'string', 'isPrefix='=>'bool'],
65896589
'SimpleXMLElement::__get' => ['SimpleXMLElement', 'name'=>'string'],
65906590
'SimpleXMLElement::__toString' => ['string'],

0 commit comments

Comments
 (0)