X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FTools%2FUtils.php;fp=src%2FWallabag%2FCoreBundle%2FTools%2FUtils.php;h=c14d2aa073859b4c44edd5f76ff6bd9460e728c4;hb=35983eb9bbbf78041ff9f6679ca345850f41c5f1;hp=0a805210872f812b3074595488436234f24e5e13;hpb=5becf260fafd741fd34948f12131d8074dc2b5dc;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Tools/Utils.php b/src/Wallabag/CoreBundle/Tools/Utils.php index 0a805210..c14d2aa0 100644 --- a/src/Wallabag/CoreBundle/Tools/Utils.php +++ b/src/Wallabag/CoreBundle/Tools/Utils.php @@ -20,10 +20,9 @@ class Utils } /** - * For a given text, we calculate reading time for an article - * based on 200 words per minute. + * For a given text, we calculate reading time for an article based on 200 words per minute. * - * @param $text + * @param string $text * * @return float */