Skip to content

Commit 9c8d699

Browse files
committed
Fix more generic types
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent 39b14b5 commit 9c8d699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenericEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function offsetExists($key)
172172
/**
173173
* IteratorAggregate for iterating over the object like an array.
174174
*
175-
* @return \ArrayIterator
175+
* @return \ArrayIterator<string, mixed>
176176
*/
177177
#[\ReturnTypeWillChange]
178178
public function getIterator()

0 commit comments

Comments
 (0)