Skip to content

Commit

Permalink
Fix LimitIterator issue
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Dec 9, 2016
1 parent 94341b8 commit e151166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/CallMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4633,7 +4633,7 @@
'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'],
Expand Down

0 comments on commit e151166

Please sign in to comment.