Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bfe93b9

Browse filesBrowse files
committed
fabbot changes
1 parent 958771f commit bfe93b9
Copy full SHA for bfe93b9

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/EventListener/IsCsrfTokenValidAttributeListener.php
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/EventListener/IsCsrfTokenValidAttributeListenerTest.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.