Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 8e10fcd

Browse files
gmponosfabpot
authored andcommitted
[Security] getTargetPath of TargetPathTrait must return string or null
1 parent ef0de43 commit 8e10fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http/Util/TargetPathTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private function saveTargetPath(SessionInterface $session, $providerKey, $uri)
3838
* @param SessionInterface $session
3939
* @param string $providerKey The name of your firewall
4040
*
41-
* @return string
41+
* @return string|null
4242
*/
4343
private function getTargetPath(SessionInterface $session, $providerKey)
4444
{

0 commit comments

Comments
 (0)