mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix ArrayIterator::setOffset param type
This commit is contained in:
parent
573260b16d
commit
db7b80d391
@ -201,7 +201,7 @@ return [
|
|||||||
'ArrayIterator::next' => [''],
|
'ArrayIterator::next' => [''],
|
||||||
'ArrayIterator::offsetExists' => ['', 'index'=>'string'],
|
'ArrayIterator::offsetExists' => ['', 'index'=>'string'],
|
||||||
'ArrayIterator::offsetGet' => ['', 'index'=>'string'],
|
'ArrayIterator::offsetGet' => ['', 'index'=>'string'],
|
||||||
'ArrayIterator::offsetSet' => ['', 'index'=>'string', 'newval'=>'string'],
|
'ArrayIterator::offsetSet' => ['', 'index'=>'string', 'newval'=>''],
|
||||||
'ArrayIterator::offsetUnset' => ['', 'index'=>'string'],
|
'ArrayIterator::offsetUnset' => ['', 'index'=>'string'],
|
||||||
'ArrayIterator::rewind' => [''],
|
'ArrayIterator::rewind' => [''],
|
||||||
'ArrayIterator::seek' => ['', 'position'=>'int'],
|
'ArrayIterator::seek' => ['', 'position'=>'int'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user