mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix LimitIterator issue
This commit is contained in:
parent
14277201d4
commit
ee2a60499e
@ -4633,7 +4633,7 @@ return [
|
||||
'libxml_set_external_entity_loader' => ['', 'resolver_function'=>'callable'],
|
||||
'libxml_set_streams_context' => ['', 'streams_context'=>''],
|
||||
'libxml_use_internal_errors' => ['bool', 'use_errors='=>'bool'],
|
||||
'LimitIterator::__construct' => ['Iterator', 'offset='=>'int', 'count='=>'int'],
|
||||
'LimitIterator::__construct' => ['Iterator', 'iterator'=>'Iterator', 'offset='=>'int', 'count='=>'int'],
|
||||
'LimitIterator::current' => [''],
|
||||
'LimitIterator::getInnerIterator' => ['Iterator'],
|
||||
'LimitIterator::getPosition' => ['int'],
|
||||
|
Loading…
Reference in New Issue
Block a user