aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-03-08 09:22:25 +0100
committerThomas Citharel <tcit@tcit.fr>2016-03-08 09:22:25 +0100
commit6f8310b445ce0aeb40aeed78501a6e113c05c087 (patch)
tree20028bb42e4773d589ef3e93ebedf16b28aef262 /src/Wallabag/ApiBundle/Controller/WallabagRestController.php
parent9761bfa18e7a481ce9d73c1650e77bccab1927b3 (diff)
downloadwallabag-6f8310b445ce0aeb40aeed78501a6e113c05c087.tar.gz
wallabag-6f8310b445ce0aeb40aeed78501a6e113c05c087.tar.zst
wallabag-6f8310b445ce0aeb40aeed78501a6e113c05c087.zip
typos & cs
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller/WallabagRestController.php')
-rw-r--r--src/Wallabag/ApiBundle/Controller/WallabagRestController.php4
1 files changed, 3 insertions, 1 deletions
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
341 return $this->renderJsonResponse($json); 341 return $this->renderJsonResponse($json);
342 } 342 }
343 /** 343 /**
344 * Retrive version. 344 * Retrieve version number.
345 *
346 * @ApiDoc()
345 * 347 *
346 * @return Response 348 * @return Response
347 */ 349 */