Skip to content

Commit 539d58d

Browse files
jakzalfabpot
authored andcommitted
[Security] Added a missing field in SimpleAuthenticationHandler
1 parent d556a89 commit 539d58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Util/SecureRandomTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testRun($secureRandom)
6868
$runs[$i] = 0;
6969
}
7070

71-
$addRun = function($run) use (&$runs) {
71+
$addRun = function ($run) use (&$runs) {
7272
if ($run > 6) {
7373
$run = 6;
7474
}

0 commit comments

Comments
 (0)