Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 771669a

Browse files
stofondrejmirtes
authored andcommitted
Add a more precise return type for ParameterBag::keys in stubs
1 parent 4f984e5 commit 771669a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎stubs/Symfony/Component/HttpFoundation/ParameterBag.stub‎

Lines changed: 6 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /