Skip to content

Commit b055cab

Browse files
stofondrejmirtes
authored andcommitted
Add a more precise return type for ParameterBag::keys in stubs
1 parent 3bc0b95 commit b055cab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

stubs/Symfony/Component/HttpFoundation/ParameterBag.stub

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ namespace Symfony\Component\HttpFoundation;
77
*/
88
class ParameterBag implements \IteratorAggregate
99
{
10-
10+
/**
11+
* @return list<string>
12+
*/
13+
public function keys(): array
14+
{
15+
}
1116
}

0 commit comments

Comments
 (0)