@@ -20,8 +20,8 @@ |
||
| 20 | 20 | |
| 21 | 21 | namespace Tenside\CoreBundle\DependencyInjection\Factory; |
| 22 | 22 | |
| 23 | -use Tenside\Core\Config\TensideJsonConfig; |
|
| 24 | 23 | use Tenside\CoreBundle\Util\HomePathDeterminator; |
| 24 | +use Tenside\Core\Config\TensideJsonConfig; |
|
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * This class creates a config instance. |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | * |
| 67 | 67 | * @param UserInformationInterface $userData The user data to issue a token for. |
| 68 | 68 | * |
| 69 | - * @param int|null $lifetime The lifetime in seconds this token shall be valid. |
|
| 69 | + * @param integer $lifetime The lifetime in seconds this token shall be valid. |
|
| 70 | 70 | * Use null for no limit. |
| 71 | 71 | * |
| 72 | 72 | * @return string |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | * |
| 186 | 186 | * @param string $jwt The jwt as string. |
| 187 | 187 | * |
| 188 | - * @return object |
|
| 188 | + * @return string |
|
| 189 | 189 | * |
| 190 | 190 | * @throws \UnexpectedValueException When the token does not match the local id. |
| 191 | 191 | */ |