aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-05-24 15:43:30 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-05-24 15:46:28 +0200
commit629a3797bcef33943df8ef5631328e05d12634ed (patch)
tree707517826b8bad8aebf724ba2dc66d13daa29cf2 /src/Wallabag/ApiBundle
parent0132ccd2a2e73a831fa198940c369bcdd5249e8b (diff)
downloadwallabag-629a3797bcef33943df8ef5631328e05d12634ed.tar.gz
wallabag-629a3797bcef33943df8ef5631328e05d12634ed.tar.zst
wallabag-629a3797bcef33943df8ef5631328e05d12634ed.zip
Remove useless methods
Also fix a phpdoc block
Diffstat (limited to 'src/Wallabag/ApiBundle')
-rw-r--r--src/Wallabag/ApiBundle/Controller/EntryRestController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/ApiBundle/Controller/EntryRestController.php b/src/Wallabag/ApiBundle/Controller/EntryRestController.php
index 77eb489e..bdd02129 100644
--- a/src/Wallabag/ApiBundle/Controller/EntryRestController.php
+++ b/src/Wallabag/ApiBundle/Controller/EntryRestController.php
@@ -848,8 +848,8 @@ class EntryRestController extends WallabagRestController
848 /** 848 /**
849 * Return information about the entry if it exist and depending on the id or not. 849 * Return information about the entry if it exist and depending on the id or not.
850 * 850 *
851 * @param Entry|null $entry 851 * @param Entry|bool|null $entry
852 * @param bool $returnId 852 * @param bool $returnId
853 * 853 *
854 * @return bool|int 854 * @return bool|int
855 */ 855 */