Skip to content

Commit 3a26d98

Browse files
committed
add return type to InteractiveSecurityHelper::guessFirewallName
1 parent a983caa commit 3a26d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/InteractiveSecurityHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
final class InteractiveSecurityHelper
2121
{
22-
public function guessFirewallName(SymfonyStyle $io, array $securityData)
22+
public function guessFirewallName(SymfonyStyle $io, array $securityData): string
2323
{
2424
$realFirewalls = array_filter(
2525
$securityData['security']['firewalls'] ?? [],

0 commit comments

Comments
 (0)