Skip to content

Commit

Permalink
[12.x] Restore database token repository property documentation (#53908)
Browse files Browse the repository at this point in the history
* Restore DatabaseTokenRepository property documentation

* Add data types

* Fix StyleCI

* Fix overfixing

* Fix spacing

* Update DatabaseTokenRepository.php

* Update DatabaseTokenRepository.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
shaedrich and taylorotwell authored Dec 16, 2024
1 parent 0a88e50 commit 98987e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ class DatabaseTokenRepository implements TokenRepositoryInterface
{
/**
* Create a new token repository instance.
*
* @param int $expires The number of seconds a token should remain valid.
* @param int $throttle Minimum number of seconds before the user can generate new password reset tokens.
*/
public function __construct(
protected ConnectionInterface $connection,
Expand Down

0 comments on commit 98987e0

Please sign in to comment.