We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d74ee2 commit 6282af7Copy full SHA for 6282af7
src/Matchers/BaseMatch.php
@@ -48,7 +48,6 @@ public function __construct(string $password, int $begin, int $end, string $toke
48
* @return array{warning: string, suggestions: array}
49
* Associative array with warning (string) and suggestions (array of strings)
50
*/
51
- #
52
abstract public function getFeedback(bool $isSoleMatch): array;
53
54
/**
0 commit comments