diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-03-08 09:22:25 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-03-08 09:22:25 +0100 |
commit | 6f8310b445ce0aeb40aeed78501a6e113c05c087 (patch) | |
tree | 20028bb42e4773d589ef3e93ebedf16b28aef262 /src/Wallabag/ApiBundle/Controller | |
parent | 9761bfa18e7a481ce9d73c1650e77bccab1927b3 (diff) | |
download | wallabag-6f8310b445ce0aeb40aeed78501a6e113c05c087.tar.gz wallabag-6f8310b445ce0aeb40aeed78501a6e113c05c087.tar.zst wallabag-6f8310b445ce0aeb40aeed78501a6e113c05c087.zip |
typos & cs
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller')
-rw-r--r-- | src/Wallabag/ApiBundle/Controller/WallabagRestController.php | 4 |
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 | */ |