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 ab56a2e

Browse files
authored
Add stub for GenericEvent (#135)
1 parent d986994 commit ab56a2e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

‎extension.neon‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ parameters:
2424
- stubs/FormTypeExtensionInterface.stub
2525
- stubs/FormTypeInterface.stub
2626
- stubs/FormView.stub
27+
- stubs/GenericEvent.stub
2728
- stubs/HeaderBag.stub
2829
- stubs/Node.stub
2930
- stubs/NormalizableInterface.stub

‎stubs/GenericEvent.stub‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
namespace Symfony\Component\EventDispatcher;
4+
5+
/**
6+
* @implements \IteratorAggregate<string, mixed>
7+
*/
8+
class GenericEvent implements \IteratorAggregate
9+
{
10+
11+
}

0 commit comments

Comments
(0)

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