mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
phpdoc
This commit is contained in:
parent
70b54da2b1
commit
874e3e10a4
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ class WallabagRestController extends Controller
|
|||
* {"name"="username", "dataType"="string", "required"=true, "description"="username"}
|
||||
* }
|
||||
* )
|
||||
* @return string
|
||||
* @return array
|
||||
*/
|
||||
public function getSaltAction($username)
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue