There was an error while loading. Please reload this page.
2 parents a5effd2 + 59d3793 commit fc233daCopy full SHA for fc233da
2 files changed
dictionaries/CallMap.php
@@ -12264,10 +12264,10 @@
12264
'SplDoublyLinkedList::isEmpty' => ['bool'],
12265
'SplDoublyLinkedList::key' => ['int'],
12266
'SplDoublyLinkedList::next' => ['void'],
12267
-'SplDoublyLinkedList::offsetExists' => ['bool', 'index'=>'mixed'],
12268
-'SplDoublyLinkedList::offsetGet' => ['mixed', 'index'=>'mixed'],
12269
-'SplDoublyLinkedList::offsetSet' => ['void', 'index'=>'mixed', 'value'=>'mixed'],
12270
-'SplDoublyLinkedList::offsetUnset' => ['void', 'index'=>'mixed'],
+'SplDoublyLinkedList::offsetExists' => ['bool', 'index'=>'int'],
+'SplDoublyLinkedList::offsetGet' => ['mixed', 'index'=>'int'],
+'SplDoublyLinkedList::offsetSet' => ['void', 'index'=>'?int', 'value'=>'mixed'],
+'SplDoublyLinkedList::offsetUnset' => ['void', 'index'=>'int'],
12271
'SplDoublyLinkedList::pop' => ['mixed'],
12272
'SplDoublyLinkedList::prev' => ['void'],
12273
'SplDoublyLinkedList::push' => ['void', 'value'=>'mixed'],
dictionaries/CallMap_historical.php
@@ -7488,10 +7488,10 @@
7488
7489
7490
7491
- 'SplDoublyLinkedList::offsetExists' => ['bool', 'index'=>'mixed'],
7492
- 'SplDoublyLinkedList::offsetGet' => ['mixed', 'index'=>'mixed'],
7493
- 'SplDoublyLinkedList::offsetSet' => ['void', 'index'=>'mixed', 'value'=>'mixed'],
7494
- 'SplDoublyLinkedList::offsetUnset' => ['void', 'index'=>'mixed'],
+ 'SplDoublyLinkedList::offsetExists' => ['bool', 'index'=>'int'],
+ 'SplDoublyLinkedList::offsetGet' => ['mixed', 'index'=>'int'],
+ 'SplDoublyLinkedList::offsetSet' => ['void', 'index'=>'?int', 'value'=>'mixed'],
+ 'SplDoublyLinkedList::offsetUnset' => ['void', 'index'=>'int'],
7495
7496
7497
0 commit comments