8000 Update phpdoc to not reference removed classes · symfony/symfony@ee8f79e · GitHub
[go: up one dir, main page]

Skip to content

Commit ee8f79e

Browse files
alamiraultfabpot
authored andcommitted
Update phpdoc to not reference removed classes
1 parent 70bb680 commit ee8f79e

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
use Symfony\Component\DependencyInjection\ContainerBuilder;
1717

1818
/**
19-
* AbstractFactory is the base class for all classes inheriting from
20-
* AbstractAuthenticationListener.
21-
*
2219
* @author Fabien Potencier <fabien@symfony.com>
2320
* @author Lukas Kahwe Smith <smith@pooteeweet.org>
2421
* @author Johannes M. Schmitt <schmittjoh@gmail.com>

src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
interface AuthenticationFailureHandlerInterface
2828
{
2929
/**
30-
* This is called when an interactive authentication attempt fails. This is
31-
* called by authentication listeners inheriting from
32-
* AbstractAuthenticationListener.
30+
* This is called when an interactive authentication attempt fails.
3331
*/
3432
public function onAuthenticationFailure(Request $request, AuthenticationException $exception): Response;
3533
}

src/Symfony/Component/Security/Http/Firewall/LogoutListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function supports(Request $request): ?bool
6666
* validate the request.
6767
*
6868
* @throws LogoutException if the CSRF token is invalid
69-
* @throws \RuntimeException if the LogoutSuccessHandlerInterface instance does not return a response
69+
* @throws \RuntimeException if the LogoutEvent listener does not set a response
7070
*/
7171
public function authenticate(RequestEvent $event): void
7272
{

0 commit comments

Comments
 (0)
0