mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fixed SessionUpdateTimestampHandlerInterface parameter names
Close https://github.com/vimeo/psalm/issues/10512
This commit is contained in:
parent
b38530ed0d
commit
891036ef3b
@ -11141,8 +11141,8 @@ return [
|
||||
'SessionIdInterface::create_sid' => ['string'],
|
||||
'SessionUpdateTimestampHandler::updateTimestamp' => ['bool', 'id'=>'string', 'data'=>'string'],
|
||||
'SessionUpdateTimestampHandler::validateId' => ['char', 'id'=>'string'],
|
||||
'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'key'=>'string', 'value'=>'string'],
|
||||
'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'key'=>'string'],
|
||||
'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'id'=>'string', 'data'=>'string'],
|
||||
'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'id'=>'string'],
|
||||
'set_error_handler' => ['null|callable(int,string,string=,int=,array=):bool', 'callback'=>'null|callable(int,string,string=,int=,array=):bool', 'error_levels='=>'int'],
|
||||
'set_exception_handler' => ['null|callable(Throwable):void', 'callback'=>'null|callable(Throwable):void'],
|
||||
'set_file_buffer' => ['int', 'stream'=>'resource', 'size'=>'int'],
|
||||
|
@ -6583,8 +6583,8 @@ return [
|
||||
'SessionIdInterface::create_sid' => ['string'],
|
||||
'SessionUpdateTimestampHandler::updateTimestamp' => ['bool', 'id'=>'string', 'data'=>'string'],
|
||||
'SessionUpdateTimestampHandler::validateId' => ['char', 'id'=>'string'],
|
||||
'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'key'=>'string', 'value'=>'string'],
|
||||
'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'key'=>'string'],
|
||||
'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'id'=>'string', 'data'=>'string'],
|
||||
'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'id'=>'string'],
|
||||
'SimpleXMLElement::__construct' => ['void', 'data'=>'string', 'options='=>'int', 'dataIsURL='=>'bool', 'namespaceOrPrefix='=>'string', 'isPrefix='=>'bool'],
|
||||
'SimpleXMLElement::__get' => ['SimpleXMLElement', 'name'=>'string'],
|
||||
'SimpleXMLElement::__toString' => ['string'],
|
||||
|
Loading…
Reference in New Issue
Block a user