diff options
author | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2015-11-07 13:45:23 +0000 |
---|---|---|
committer | Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> | 2015-11-07 13:45:23 +0000 |
commit | b5c8b1c03b50015cbb50b828b4792e9d2ee83bf5 (patch) | |
tree | f570973f6f98c1c98eba6b16d0628e4fd04e698f /src | |
parent | a6abda0bc062e44d0d15e050f359e452a193602b (diff) | |
download | google2fa-b5c8b1c03b50015cbb50b828b4792e9d2ee83bf5.zip google2fa-b5c8b1c03b50015cbb50b828b4792e9d2ee83bf5.tar.gz google2fa-b5c8b1c03b50015cbb50b828b4792e9d2ee83bf5.tar.bz2 |
Fix coding style
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 |