diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Support/Str.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Support/Str.php b/src/Support/Str.php index 32ada68..6225f7b 100644 --- a/src/Support/Str.php +++ b/src/Support/Str.php @@ -4,13 +4,13 @@ namespace PragmaRX\Google2FA\Support; class Str { - /** + /** * Compares two strings using a constant-time algorithm. * * Note: This method will leak length information. * - * Note: Extracted from Illuminate\Support\Str. - * + * Note: Extracted from Illuminate\Support\Str. + * * Note: Adapted from Symfony\Component\Security\Core\Util\StringUtils. * * @param string $knownString |