1
0
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:
Brown 2020-04-11 08:12:28 -04:00
parent 308248e8b3
commit 739f2c7faf

View File

@ -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
*/