Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎stubs/Symfony/Component/Form/FormInterface.stub‎

Lines changed: 3 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /