We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cb386 commit 4d82406Copy full SHA for 4d82406
stubs/Drupal/Core/TypedData/Plugin/DataType/ItemList.stub
@@ -13,4 +13,10 @@ use Drupal\Core\TypedData\TypedDataInterface;
13
* @implements ListInterface<T>
14
*/
15
class ItemList extends TypedData implements \IteratorAggregate, ListInterface {
16
+
17
+ /**
18
+ * @return \ArrayIterator<int, T>
19
+ */
20
+ public function getIterator(): \ArrayIterator {}
21
22
}
0 commit comments