mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Remove useless methods
Also fix a phpdoc block
This commit is contained in:
parent
0132ccd2a2
commit
629a3797bc
2 changed files with 2 additions and 28 deletions
|
@ -848,8 +848,8 @@ class EntryRestController extends WallabagRestController
|
|||
/**
|
||||
* Return information about the entry if it exist and depending on the id or not.
|
||||
*
|
||||
* @param Entry|null $entry
|
||||
* @param bool $returnId
|
||||
* @param Entry|bool|null $entry
|
||||
* @param bool $returnId
|
||||
*
|
||||
* @return bool|int
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue