diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-22 08:01:32 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-22 08:01:32 +0100 |
commit | 23afdf3a70a5035cb58b76138a8627701ba55273 (patch) | |
tree | 87a1f573e7b405f34588a91f87b9196810cdaa7a /src/Wallabag/CoreBundle/Tools | |
parent | a3cac44c78a1d798e3282daa6b8c3e59e8ebc690 (diff) | |
download | wallabag-23afdf3a70a5035cb58b76138a8627701ba55273.tar.gz wallabag-23afdf3a70a5035cb58b76138a8627701ba55273.tar.zst wallabag-23afdf3a70a5035cb58b76138a8627701ba55273.zip |
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Tools')
-rw-r--r-- | src/Wallabag/CoreBundle/Tools/Utils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tools/Utils.php b/src/Wallabag/CoreBundle/Tools/Utils.php index 71cbc490..0c783110 100644 --- a/src/Wallabag/CoreBundle/Tools/Utils.php +++ b/src/Wallabag/CoreBundle/Tools/Utils.php | |||
@@ -7,7 +7,7 @@ class Utils | |||
7 | /** | 7 | /** |
8 | * Generate a token used for RSS. | 8 | * Generate a token used for RSS. |
9 | * | 9 | * |
10 | * @param integer $length Length of the token | 10 | * @param int $length Length of the token |
11 | * | 11 | * |
12 | * @return string | 12 | * @return string |
13 | */ | 13 | */ |