mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix array key type
This commit is contained in:
parent
308248e8b3
commit
739f2c7faf
@ -857,7 +857,7 @@ class ArrayIterator implements SeekableIterator, ArrayAccess, Serializable, Coun
|
||||
* Return current array key
|
||||
* @link http://php.net/manual/en/arrayiterator.key.php
|
||||
*
|
||||
* @return mixed The current array key.
|
||||
* @return TKey The current array key.
|
||||
*
|
||||
* @since 5.0.0
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user