Skip to content

Commit 473b484

Browse files
authored
Fix FormInterface stub
1 parent a6d87e0 commit 473b484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/FormInterface.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Symfony\Component\Form;
44

55
/**
6-
* @extends \Traversable<int, \Symfony\Component\Form\FormInterface>
6+
* @extends \Traversable<string|int, \Symfony\Component\Form\FormInterface>
77
*/
88
interface FormInterface extends \Traversable
99
{

0 commit comments

Comments
 (0)