Skip to content

Commit 3ecd8ae

Browse files
Update L33tMatch.php
1 parent a5f6e63 commit 3ecd8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Matchers/L33tMatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static function match($password, array $userInputs = array())
4949
foreach ($results as $result) {
5050
// Set substituted elements.
5151
$result['sub'] = array();
52-
$result['sub_display'] = [];
52+
$result['sub_display'] = array();
5353
foreach ($indexSubs as $i => $t) {
5454
$result['sub'][$password[$i]] = $t;
5555
$result['sub_display'][] = "$password[$i] -> $t";

0 commit comments

Comments
 (0)