Skip to content

Commit 9a82d9d

Browse files
authored
Merge pull request #77 from enumag/patch-1
Fix FormInterface stub
2 parents a6d87e0 + 473b484 commit 9a82d9d

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)