|
@@ -174,7 +174,7 @@ |
|
|
block discarded – undo |
|
174
|
174
|
/** |
|
175
|
175
|
* Save the user identity logged in object when an identity need to verify. |
|
176
|
176
|
* |
|
177
|
|
- * @param IdentityInterface|null $identity the identity object associated with the currently logged user. |
|
|
177
|
+ * @param IdentityInterface $identity the identity object associated with the currently logged user. |
|
178
|
178
|
* @param int $duration number of seconds that the user can remain in logged-in status. |
|
179
|
179
|
*/ |
|
180
|
180
|
public function saveIdentityLoggedIn(IdentityInterface $identity, int $duration) |
Please login to merge, or discard this patch.