Skip to content

Commit 3ba8851

Browse files
committed
Merge 'main' into 2.x
2 parents 3364294 + e7610b6 commit 3ba8851

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

UPGRADING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# Upgrade from 1.x to 2.0
22

33
ResetPasswordBundle now requires PHP `8.3`+ & Symfony `6.4.5`+
4+
5+
## ResetPasswordHelper
6+
7+
- Class became `@final` in `v1.22.0`. Extending this class will not be allowed
8+
in version `v2.0.0`.
9+
10+
## ResetPasswordRemoveExpiredCommand
11+
12+
- Class became `@final` in `v1.22.0`. Extending this class will not be allowed
13+
in version `v2.0.0`.

src/Command/ResetPasswordRemoveExpiredCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
/**
1818
* @author Jesse Rushlow <[email protected]>
1919
* @author Ryan Weaver <[email protected]>
20+
*
21+
* @final
2022
*/
2123
class ResetPasswordRemoveExpiredCommand extends Command
2224
{

src/ResetPasswordHelper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
/**
2222
* @author Jesse Rushlow <[email protected]>
2323
* @author Ryan Weaver <[email protected]>
24+
*
25+
* @final
2426
*/
2527
class ResetPasswordHelper implements ResetPasswordHelperInterface
2628
{

0 commit comments

Comments
 (0)