Skip to content

Commit

Permalink
[Security] getTargetPath of TargetPathTrait must return string or null
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos authored and fabpot committed Dec 10, 2018
1 parent 51d78b5 commit 8d4b787
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private function saveTargetPath(SessionInterface $session, $providerKey, $uri)
* @param SessionInterface $session
* @param string $providerKey The name of your firewall
*
* @return string
* @return string|null
*/
private function getTargetPath(SessionInterface $session, $providerKey)
{
Expand Down

0 comments on commit 8d4b787

Please sign in to comment.