Skip to content

Commit 5d2d5ad

Browse files
VincentLangletondrejmirtes
authored andcommitted
Fix formInterface stub
1 parent 063ce41 commit 5d2d5ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: stubs/Symfony/Component/Form/FormInterface.stub

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
namespace Symfony\Component\Form;
44

55
/**
6-
* @extends \Traversable<string|int, \Symfony\Component\Form\FormInterface>
6+
* @extends \ArrayAccess<string, \Symfony\Component\Form\FormInterface>
7+
* @extends \Traversable<string, \Symfony\Component\Form\FormInterface>
78
*/
8-
interface FormInterface extends \Traversable
9+
interface FormInterface extends \ArrayAccess, \Traversable, \Countable
910
{
1011

1112
}

0 commit comments

Comments
 (0)