aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 11:52:10 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 11:52:10 +0100
commit874e3e10a45a5b3c662bac1112bbdc1acb0adb95 (patch)
tree630bbdd3da57a5af0b92eea24dd2ef0f3125d785 /src/Wallabag/CoreBundle/Controller
parent70b54da2b13d4c32530ee2f634acb8453d7829a6 (diff)
downloadwallabag-874e3e10a45a5b3c662bac1112bbdc1acb0adb95.tar.gz
wallabag-874e3e10a45a5b3c662bac1112bbdc1acb0adb95.tar.zst
wallabag-874e3e10a45a5b3c662bac1112bbdc1acb0adb95.zip
phpdoc
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r--src/Wallabag/CoreBundle/Controller/WallabagRestController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/WallabagRestController.php b/src/Wallabag/CoreBundle/Controller/WallabagRestController.php
index fcd212ef..3cfb8a77 100644
--- a/src/Wallabag/CoreBundle/Controller/WallabagRestController.php
+++ b/src/Wallabag/CoreBundle/Controller/WallabagRestController.php
@@ -20,7 +20,7 @@ class WallabagRestController extends Controller
20 * {"name"="username", "dataType"="string", "required"=true, "description"="username"} 20 * {"name"="username", "dataType"="string", "required"=true, "description"="username"}
21 * } 21 * }
22 * ) 22 * )
23 * @return string 23 * @return array
24 */ 24 */
25 public function getSaltAction($username) 25 public function getSaltAction($username)
26 { 26 {