diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-23 14:01:27 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-02 23:24:17 +0100 |
commit | ff7b031d5792f7b6fd43b508d89397775bd1433c (patch) | |
tree | 7a7c515e8d4ff774ccbdb12845d235b3e1cfbfd2 /src/Wallabag/CoreBundle | |
parent | 1f4408de9ed08f3b0fda45a93f1585c80feeb21d (diff) | |
download | wallabag-ff7b031d5792f7b6fd43b508d89397775bd1433c.tar.gz wallabag-ff7b031d5792f7b6fd43b508d89397775bd1433c.tar.zst wallabag-ff7b031d5792f7b6fd43b508d89397775bd1433c.zip |
refactor pocket import
Diffstat (limited to 'src/Wallabag/CoreBundle')
-rw-r--r-- | src/Wallabag/CoreBundle/Tools/Utils.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Tools/Utils.php b/src/Wallabag/CoreBundle/Tools/Utils.php index b146d98b..b501ce65 100644 --- a/src/Wallabag/CoreBundle/Tools/Utils.php +++ b/src/Wallabag/CoreBundle/Tools/Utils.php | |||
@@ -28,6 +28,7 @@ class Utils | |||
28 | 28 | ||
29 | /** | 29 | /** |
30 | * @param $words | 30 | * @param $words |
31 | * | ||
31 | * @return float | 32 | * @return float |
32 | */ | 33 | */ |
33 | public static function convertWordsToMinutes($words) | 34 | public static function convertWordsToMinutes($words) |