Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cb633c

Browse files
authored
Update CsrfTokenBadge.php
1 parent e36ea50 commit 5cb633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/CsrfTokenBadge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getCsrfTokenId(): string
4545
return $this->csrfTokenId;
4646
}
4747

48-
public function getCsrfToken(): string
48+
public function getCsrfToken(): ?string
4949
{
5050
return $this->csrfToken;
5151
}

0 commit comments

Comments
 (0)