]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
phpdoc
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 11 Feb 2015 10:52:10 +0000 (11:52 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 11 Feb 2015 10:52:10 +0000 (11:52 +0100)
src/Wallabag/CoreBundle/Controller/WallabagRestController.php
src/Wallabag/CoreBundle/Tests/Controller/WallabagRestControllerTest.php

index fcd212efb4507a4383bc41d1e7edcb97ee0a511c..3cfb8a77803920eb7771cf9ca7427567fc2b19dd 100644 (file)
@@ -20,7 +20,7 @@ class WallabagRestController extends Controller
      *          {"name"="username", "dataType"="string", "required"=true, "description"="username"}
      *       }
      * )
-     * @return string
+     * @return array
      */
     public function getSaltAction($username)
     {
index cbc316211ab42c3a36a2dccd0cc279a5533af242..298cf10c137a0fff73013a99c111759558acd5f7 100644 (file)
@@ -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