Issue #2620826 by Lars Toomre: Fix @var directive misuse in interface method docblock

8.1.x
xjm 2015-11-22 13:47:48 -06:00
parent e253d23f6f
commit a9a513691e
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ interface AuthenticationProviderChallengeInterface {
/**
* Constructs an exception which is used to generate the challenge.
*
* @var \Symfony\Component\HttpFoundation\Request
* @param \Symfony\Component\HttpFoundation\Request $request
* The request.
* @var \Exception $exception
* @param \Exception $previous
* The previous exception.
*
* @return \Symfony\Component\HttpKernel\Exception\HttpExceptionInterface|NULL