[Security] getTargetPath of TargetPathTrait must return string or null

This commit is contained in:
Mponos George 2018-12-01 18:23:06 +02:00 committed by Fabien Potencier
parent 51d78b5eca
commit 8d4b787dd9

View File

@ -38,7 +38,7 @@ trait TargetPathTrait
* @param SessionInterface $session
* @param string $providerKey The name of your firewall
*
* @return string
* @return string|null
*/
private function getTargetPath(SessionInterface $session, $providerKey)
{