Skip to content

Commit f587ba3

Browse files
gmponosfabpot
authored andcommitted
[Security] getTargetPath of TargetPathTrait must return string or null
1 parent b654928 commit f587ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)