diff options
author | Jakub Zalas <jakub@zalas.pl> | 2013-11-19 22:19:35 +0000 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-11-21 07:37:18 +0100 |
commit | 0301d982093cb5590fafa2d6f253146278ae2687 (patch) | |
tree | b49693007edfc1edf99ccba9b951328da3416491 /Core/Tests/Util/SecureRandomTest.php | |
parent | cd107f089dc31f7d47c77149d1de8baabaa668d8 (diff) | |
download | symfony-security-0301d982093cb5590fafa2d6f253146278ae2687.zip symfony-security-0301d982093cb5590fafa2d6f253146278ae2687.tar.gz symfony-security-0301d982093cb5590fafa2d6f253146278ae2687.tar.bz2 |
[Security] Added a missing field in SimpleAuthenticationHandler
Diffstat (limited to 'Core/Tests/Util/SecureRandomTest.php')
-rw-r--r-- | Core/Tests/Util/SecureRandomTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Util/SecureRandomTest.php b/Core/Tests/Util/SecureRandomTest.php index 91d0489..4cfdb2c 100644 --- a/Core/Tests/Util/SecureRandomTest.php +++ b/Core/Tests/Util/SecureRandomTest.php @@ -68,7 +68,7 @@ class SecureRandomTest extends \PHPUnit_Framework_TestCase $runs[$i] = 0; } - $addRun = function($run) use (&$runs) { + $addRun = function ($run) use (&$runs) { if ($run > 6) { $run = 6; } |