Skip to content

Commit a6f46f7

Browse files
committed
Remove return types that confuse our types patching script
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent 5640f86 commit a6f46f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Util/OrderedHashMapIterator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function __destruct()
105105
/**
106106
* {@inheritdoc}
107107
*
108-
* @return TValue|null
108+
* @return mixed
109109
*/
110110
#[\ReturnTypeWillChange]
111111
public function current()
@@ -132,7 +132,7 @@ public function next(): void
132132
/**
133133
* {@inheritdoc}
134134
*
135-
* @return TKey|null
135+
* @return mixed
136136
*/
137137
#[\ReturnTypeWillChange]
138138
public function key()

0 commit comments

Comments
 (0)