diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-02 01:43:50 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-02 01:43:50 +0200 |
commit | 3583cadf6fc4e5d2b410a42c874bb9a94e505390 (patch) | |
tree | 38e749a180c6add66ebc6f5ae7f62741cc3d0988 /src/Wallabag/ApiBundle/Controller | |
parent | 55551e332c2fe3e502b32eba92b63a967afcc0ef (diff) | |
download | wallabag-3583cadf6fc4e5d2b410a42c874bb9a94e505390.tar.gz wallabag-3583cadf6fc4e5d2b410a42c874bb9a94e505390.tar.zst wallabag-3583cadf6fc4e5d2b410a42c874bb9a94e505390.zip |
CS
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller')
-rw-r--r-- | src/Wallabag/ApiBundle/Controller/WallabagRestController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php index b83e4266..104720a9 100644 --- a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php +++ b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php | |||
@@ -23,7 +23,7 @@ class WallabagRestController extends FOSRestController | |||
23 | } | 23 | } |
24 | 24 | ||
25 | /** | 25 | /** |
26 | * Check if an entry exist by url | 26 | * Check if an entry exist by url. |
27 | * | 27 | * |
28 | * @ApiDoc( | 28 | * @ApiDoc( |
29 | * parameters={ | 29 | * parameters={ |