From: Nicolas LÅ“uillet Date: Wed, 11 Feb 2015 10:52:10 +0000 (+0100) Subject: phpdoc X-Git-Tag: 2.0.0-alpha.0~79^2~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=874e3e10a45a5b3c662bac1112bbdc1acb0adb95;hp=70b54da2b13d4c32530ee2f634acb8453d7829a6;p=github%2Fwallabag%2Fwallabag.git phpdoc --- 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 * {"name"="username", "dataType"="string", "required"=true, "description"="username"} * } * ) - * @return string + * @return array */ public function getSaltAction($username) { diff --git a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php index cbc31621..298cf10c 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php @@ -2,9 +2,9 @@ namespace Wallabag\CoreBundle\Tests\Controller; -use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; +use Wallabag\CoreBundle\Tests\WallabagTestCase; -class WallabagRestControllerTest extends WebTestCase +class WallabagRestControllerTest extends WallabagTestCase { /** * Generate HTTP headers for authenticate user on API