mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-05 18:41:02 +00:00
Improved tests
This commit is contained in:
parent
78becd5401
commit
1b64a84b78
3 changed files with 18 additions and 7 deletions
|
@ -257,7 +257,7 @@ class Config
|
|||
/**
|
||||
* Set readingSpeed.
|
||||
*
|
||||
* @param int $readingSpeed
|
||||
* @param float $readingSpeed
|
||||
*
|
||||
* @return Config
|
||||
*/
|
||||
|
@ -271,7 +271,7 @@ class Config
|
|||
/**
|
||||
* Get readingSpeed.
|
||||
*
|
||||
* @return int
|
||||
* @return float
|
||||
*/
|
||||
public function getReadingSpeed()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue