Skip to content

Commit db2f206

Browse files
committed
fabbot patch applied
1 parent cb3003b commit db2f206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/RateLimiter/DefaultLoginRateLimiter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class DefaultLoginRateLimiter extends AbstractRequestRateLimiter
3030
private RateLimiterFactory $localFactory;
3131
private ?string $secret;
3232

33-
public function __construct(RateLimiterFactory $globalFactory, RateLimiterFactory $localFactory, #[\SensitiveParameter] ?string $secret = null)
33+
public function __construct(RateLimiterFactory $globalFactory, RateLimiterFactory $localFactory, #[\SensitiveParameter] string $secret = null)
3434
{
3535
$this->globalFactory = $globalFactory;
3636
$this->localFactory = $localFactory;

0 commit comments

Comments
 (0)