We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063c828 commit ba69dcdCopy full SHA for ba69dcd
extension.neon
@@ -14,6 +14,7 @@ parameters:
14
- stubs/FormTypeInterface.stub
15
- stubs/FormView.stub
16
- stubs/HeaderBag.stub
17
+ - stubs/Process.stub
18
- stubs/Session.stub
19
20
parametersSchema:
stubs/Process.stub
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+namespace Symfony\Component\Process;
4
5
+/**
6
+ * @implements \IteratorAggregate<string, string>
7
+ */
8
+class Process implements \IteratorAggregate
9
+{
10
11
+}
0 commit comments