We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d986994 commit ab56a2eCopy full SHA for ab56a2e
extension.neon
@@ -24,6 +24,7 @@ parameters:
24
- stubs/FormTypeExtensionInterface.stub
25
- stubs/FormTypeInterface.stub
26
- stubs/FormView.stub
27
+ - stubs/GenericEvent.stub
28
- stubs/HeaderBag.stub
29
- stubs/Node.stub
30
- stubs/NormalizableInterface.stub
stubs/GenericEvent.stub
@@ -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