-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,8 @@ | |
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @internal | ||
* | ||
* @final | ||
*/ | ||
class ResetPasswordRandomGenerator | ||
final class ResetPasswordRandomGenerator | ||
{ | ||
/** | ||
* Original credit to Laravel's Str::random() method. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,8 @@ | |
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @internal | ||
* | ||
* @final | ||
*/ | ||
class ResetPasswordTokenGenerator | ||
final class ResetPasswordTokenGenerator | ||
{ | ||
/** | ||
* @param string $signingKey Unique, random, cryptographically secure string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,8 @@ | |
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @internal | ||
* | ||
* @final | ||
*/ | ||
class ResetPasswordTokenComponents | ||
final class ResetPasswordTokenComponents | ||
{ | ||
public function __construct( | ||
private string $selector, | ||
|