Skip to content

Commit ac0876b

Browse files
authored
Update CHANGELOG.md
1 parent 8c459cf commit ac0876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can find and compare releases at the [GitHub release page](https://github.co
1111
- Fixed the return type of getMinutesUntilExpired in BlackList, which returned a float instead of an int when using Carbon v2.
1212
- Fixed PHPStan issue in JWTGenerateSecretCommand by ensuring displayKey($key); is called before returning, avoiding returning a void method.
1313
- Fixed missing return true; statements in validatePayload() and validateRefresh() methods of Expiration.php, IssuedAt.php, and NotBefore.php to resolve PHPStan errors.
14-
- Fixed PHPStan error related to new static() by making the constructor final in Collection.php.
14+
- Fixed PHPStan error related to new static() by refactoring hasAllClaims method in Collection class.
1515

1616

1717
## [2.8.0] 2025-02-11

0 commit comments

Comments
 (0)