Improve reading time tests

This commit is contained in:
Jeremy Benoist
2019-01-04 11:22:43 +01:00
parent 5becf260fa
commit 35983eb9bb
9 changed files with 41 additions and 9 deletions

View File

@ -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
*/