We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de268d2 commit bb1f7d6Copy full SHA for bb1f7d6
stubs/Symfony/Component/Form/FormView.stub
@@ -6,16 +6,16 @@ use ArrayAccess;
6
use IteratorAggregate;
7
8
/**
9
- * @implements IteratorAggregate<string, self>
10
- * @implements ArrayAccess<string, self>
+ * @implements IteratorAggregate<int|string, self>
+ * @implements ArrayAccess<int|string, self>
11
*/
12
class FormView implements ArrayAccess, IteratorAggregate
13
{
14
15
16
* Returns an iterator to iterate over children (implements \IteratorAggregate).
17
*
18
- * @return \ArrayIterator<string, FormView> The iterator
+ * @return \ArrayIterator<int|string, FormView> The iterator
19
20
public function getIterator();
21
0 commit comments