Skip to content

Commit 409330d

Browse files
committed
fix: Improve ParameterBag stub
1 parent 5005288 commit 409330d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/Symfony/Component/HttpFoundation/ParameterBag.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
namespace Symfony\Component\HttpFoundation;
44

55
/**
6-
* @implements \IteratorAggregate<string, mixed>
6+
* @implements \IteratorAggregate<array-key, mixed>
77
*/
88
class ParameterBag implements \IteratorAggregate
99
{
1010
/**
11-
* @return list<string>
11+
* @return list<array-key>
1212
*/
1313
public function keys(): array
1414
{

0 commit comments

Comments
 (0)