8000 fabbot changes · symfony/symfony@bc01d90 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc01d90

Browse files
committed
fabbot changes
1 parent 9f653c4 commit bc01d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Security/Http/EventListener/IsCsrfTokenValidAttributeListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
use Symfony\Component\HttpFoundation\Request;
1818
use Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent;
1919
use Symfony\Component\HttpKernel\KernelEvents;
20-
use Symfony\Component\Security\Csrf\Exception\InvalidCsrfTokenException;
2120
use Symfony\Component\Security\Csrf\CsrfToken;
2221
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
22+
use Symfony\Component\Security\Csrf\Exception\InvalidCsrfTokenException;
2323
use Symfony\Component\Security\Http\Attribute\IsCsrfTokenValid;
2424

2525
/**

src/Symfony/Component/Security/Http/Tests/EventListener/IsCsrfTokenValidAttributeListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
use Symfony\Component\HttpFoundation\Request;
1818
use Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent;
1919
use Symfony\Component\HttpKernel\HttpKernelInterface;
20-
use Symfony\Component\Security\Csrf\Exception\InvalidCsrfTokenException;
2120
use Symfony\Component\Security\Csrf\CsrfToken;
2221
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
22+
use Symfony\Component\Security\Csrf\Exception\InvalidCsrfTokenException;
2323
use Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener;
2424
use Symfony\Component\Security\Http\Tests\Fixtures\IsCsrfTokenValidAttributeController;
2525
use Symfony\Component\Security\Http\Tests\Fixtures\IsCsrfTokenValidAttributeMethodsController;

0 commit comments

Comments
 (0)
0