diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-10-30 09:33:58 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-10-30 09:33:58 +0100 |
commit | cfc877a79617db53cfff99456a652d6f7194a2c0 (patch) | |
tree | 39a4f2e41a471f16eca5a6d6e01233fbb062b243 | |
parent | d32a490e3f1497b2b26e4ac03384c9d172569cb6 (diff) | |
download | symfony-security-cfc877a79617db53cfff99456a652d6f7194a2c0.zip symfony-security-cfc877a79617db53cfff99456a652d6f7194a2c0.tar.gz symfony-security-cfc877a79617db53cfff99456a652d6f7194a2c0.tar.bz2 |
fixed CSv2.4.0-BETA2
-rw-r--r-- | Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php b/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php index ea2f457..4fb0c99 100644 --- a/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php +++ b/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php @@ -31,7 +31,6 @@ class UriSafeTokenGeneratorTest extends \PHPUnit_Framework_TestCase */ private $random; - /** * @var UriSafeTokenGenerator */ |