Skip to content

Commit ba69dcd

Browse files
committed
Symfony Process stub
1 parent 063c828 commit ba69dcd

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
@@ -14,6 +14,7 @@ parameters:
1414
- stubs/FormTypeInterface.stub
1515
- stubs/FormView.stub
1616
- stubs/HeaderBag.stub
17+
- stubs/Process.stub
1718
- stubs/Session.stub
1819

1920
parametersSchema:

stubs/Process.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\Process;
4+
5+
/**
6+
* @implements \IteratorAggregate<string, string>
7+
*/
8+
class Process implements \IteratorAggregate
9+
{
10+
11+
}

0 commit comments

Comments
 (0)