We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8313ec commit 1504153Copy full SHA for 1504153
extension.neon
@@ -24,8 +24,10 @@ parameters:
24
- stubs/FormTypeInterface.stub
25
- stubs/FormView.stub
26
- stubs/HeaderBag.stub
27
+ - stubs/Node.stub
28
- stubs/NormalizableInterface.stub
29
- stubs/NormalizerInterface.stub
30
+ - stubs/ParameterBag.stub
31
- stubs/Process.stub
32
- stubs/Session.stub
33
stubs/Node.stub
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+namespace Twig\Node;
4
5
+/**
6
+ * @implements \IteratorAggregate<string, self>
7
+ */
8
+class Node implements \IteratorAggregate
9
+{
10
11
+}
stubs/ParameterBag.stub
+namespace Symfony\Component\HttpFoundation;
+ * @implements \IteratorAggregate<string, mixed>
+class ParameterBag implements \IteratorAggregate
0 commit comments