File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 99
1010abstract class BaseMatch implements MatchInterface
1111{
12-
1312 /**
1413 * @var
1514 */
Original file line number Diff line number Diff line change 1515 */
1616class Bruteforce extends BaseMatch
1717{
18-
1918 public const BRUTEFORCE_CARDINALITY = 10 ;
2019
2120 public $ pattern = 'bruteforce ' ;
Original file line number Diff line number Diff line change 99
1010class DictionaryMatch extends BaseMatch
1111{
12-
1312 public $ pattern = 'dictionary ' ;
1413
1514 /** @var string The name of the dictionary that the token was found in. */
Original file line number Diff line number Diff line change 1313 */
1414class L33tMatch extends DictionaryMatch
1515{
16-
1716 /** @var array An array of substitutions made to get from the token to the dictionary word. */
1817 public $ sub = [];
1918
Original file line number Diff line number Diff line change 99
1010class YearMatch extends BaseMatch
1111{
12-
1312 public const NUM_YEARS = 119 ;
1413
1514 public $ pattern = 'regex ' ;
You can’t perform that action at this time.
0 commit comments