Issue #2620826 by Lars Toomre: Fix @var directive misuse in interface method docblock
parent
e253d23f6f
commit
a9a513691e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue