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

Appearance settings

Commit 5cb633c

Browse filesBrowse files
authored
Update CsrfTokenBadge.php
1 parent e36ea50 commit 5cb633c
Copy full SHA for 5cb633c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/CsrfTokenBadge.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.