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 9c272bd commit 392f7abCopy full SHA for 392f7ab
stubs/Symfony/Component/HttpFoundation/ParameterBag.stub
@@ -3,12 +3,12 @@
3
namespace Symfony\Component\HttpFoundation;
4
5
/**
6
- * @implements \IteratorAggregate<string, mixed>
+ * @implements \IteratorAggregate<array-key, mixed>
7
*/
8
class ParameterBag implements \IteratorAggregate
9
{
10
11
- * @return list<string>
+ * @return list<array-key>
12
13
public function keys(): array
14
0 commit comments