partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7e2178f5a0336b75b46944e94ff397e877b1be81
parent df5daad4b31fbe34413380818c2530f502b43df0
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Fri,  6 Nov 2015 23:41:30 +0100

fixed phpdoc

Diffstat:
Msrc/PartKeepr/AuthBundle/Controller/DefaultController.php | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/PartKeepr/AuthBundle/Controller/DefaultController.php b/src/PartKeepr/AuthBundle/Controller/DefaultController.php @@ -9,7 +9,6 @@ use FOS\RestBundle\Controller\FOSRestController; use FOS\RestBundle\Request\ParamFetcher; use PartKeepr\AuthBundle\Entity\FOSUser; use PartKeepr\AuthBundle\Entity\User; -use PartKeepr\AuthBundle\Entity\User\Exceptions\InvalidLoginDataException; use PartKeepr\AuthBundle\Response\LoginResponse; use PartKeepr\AuthBundle\Validator\Constraints\Username; use Sensio\Bundle\FrameworkExtraBundle\Configuration as Routing; @@ -28,8 +27,7 @@ class DefaultController extends FOSRestController * * @param ParamFetcher $paramFetcher * - * @return LoginResponse - * @throws InvalidLoginDataException + * @return string The salt */ public function getSaltAction(ParamFetcher $paramFetcher) {