summaryrefslogtreecommitdiffstats
path: root/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-10-17 23:29:17 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-10-17 23:29:17 +0200
commitaa8caa52c085ff6b1015c101cc0c9cf1dc898076 (patch)
tree238642ae4b17edc7216f6a85cceed42a9e7b427e /Csrf/Tests/TokenStorage/SessionTokenStorageTest.php
parent6b67ee05f0c066786cbae8ffc4994e46348273ea (diff)
parentb82e49d699dfba104ee7661e09a5b76bca25ce41 (diff)
downloadsymfony-security-aa8caa52c085ff6b1015c101cc0c9cf1dc898076.zip
symfony-security-aa8caa52c085ff6b1015c101cc0c9cf1dc898076.tar.gz
symfony-security-aa8caa52c085ff6b1015c101cc0c9cf1dc898076.tar.bz2
minor #9311 [Csrf] component fixes (Tobion)
This PR was squashed before being merged into the master branch (closes #9311). Discussion ---------- [Csrf] component fixes | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #9216 | License | MIT | Doc PR | - - [Csrf] fixed some phpdocs - [Csrf] fixed return types (also https://github.com/symfony/symfony/pull/9216#discussion_r6797190 ) - [Csrf] fixed test class namespaces Commits ------- d7eb8ff [Csrf] component fixes
Diffstat (limited to 'Csrf/Tests/TokenStorage/SessionTokenStorageTest.php')
-rw-r--r--Csrf/Tests/TokenStorage/SessionTokenStorageTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php b/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php
index 799b16d..4166c1e 100644
--- a/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php
+++ b/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php
@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
-namespace Symfony\Component\Form\Tests\Extension\Csrf\CsrfProvider;
+namespace Symfony\Component\Security\Csrf\Tests\TokenStorage;
use Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage;