diff options
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller')
-rw-r--r-- | src/Wallabag/ApiBundle/Controller/EntryRestController.php | 4 |
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 | */ |