diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-08-20 20:39:52 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-08-20 20:39:52 +0200 |
commit | 6682139ec50e29308953a50dcbd088e6d8a07e81 (patch) | |
tree | 0786b588729e3fd474a08b68ce288078e4354cfa /src/Wallabag/CoreBundle/Tools | |
parent | e6f55346fd44911b0763720676481e65dfd35f84 (diff) | |
download | wallabag-6682139ec50e29308953a50dcbd088e6d8a07e81.tar.gz wallabag-6682139ec50e29308953a50dcbd088e6d8a07e81.tar.zst wallabag-6682139ec50e29308953a50dcbd088e6d8a07e81.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 a4fbcffd..a16baca9 100644 --- a/src/Wallabag/CoreBundle/Tools/Utils.php +++ b/src/Wallabag/CoreBundle/Tools/Utils.php | |||
@@ -28,7 +28,7 @@ class Utils | |||
28 | 28 | ||
29 | /** | 29 | /** |
30 | * For a given text, we calculate reading time for an article | 30 | * For a given text, we calculate reading time for an article |
31 | * based on 200 words per minute | 31 | * based on 200 words per minute. |
32 | * | 32 | * |
33 | * @param $text | 33 | * @param $text |
34 | * | 34 | * |