We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063ce41 commit 5d2d5adCopy full SHA for 5d2d5ad
stubs/Symfony/Component/Form/FormInterface.stub
@@ -3,9 +3,10 @@
3
namespace Symfony\Component\Form;
4
5
/**
6
- * @extends \Traversable<string|int, \Symfony\Component\Form\FormInterface>
+ * @extends \ArrayAccess<string, \Symfony\Component\Form\FormInterface>
7
+ * @extends \Traversable<string, \Symfony\Component\Form\FormInterface>
8
*/
-interface FormInterface extends \Traversable
9
+interface FormInterface extends \ArrayAccess, \Traversable, \Countable
10
{
11
12
}
0 commit comments