From 6f8310b445ce0aeb40aeed78501a6e113c05c087 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 8 Mar 2016 09:22:25 +0100 Subject: typos & cs --- src/Wallabag/ApiBundle/Controller/WallabagRestController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Wallabag/ApiBundle/Controller/WallabagRestController.php') diff --git a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php index 5f342825..29cab1f4 100644 --- a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php +++ b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php @@ -341,7 +341,9 @@ class WallabagRestController extends FOSRestController return $this->renderJsonResponse($json); } /** - * Retrive version. + * Retrieve version number. + * + * @ApiDoc() * * @return Response */ -- cgit v1.2.3