@@ -52,7 +52,7 @@ |
||
52 | 52 | * |
53 | 53 | * @param ServiceLocatorInterface $serviceLocator |
54 | 54 | * |
55 | - * @return mixed |
|
55 | + * @return NonceService |
|
56 | 56 | */ |
57 | 57 | public function createService(ServiceLocatorInterface $serviceLocator) |
58 | 58 | { |
@@ -78,7 +78,7 @@ |
||
78 | 78 | /** |
79 | 79 | * Creates and persists a nonce entity |
80 | 80 | * |
81 | - * @param $nonce |
|
81 | + * @param string $nonce |
|
82 | 82 | * @param NonceOwnerInterface|null $owner |
83 | 83 | * @param DateInterval|null $expiresIn |
84 | 84 | * @param string $namespace |