aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Tools')
-rw-r--r--src/Wallabag/CoreBundle/Tools/Utils.php2
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 *