Skip to content

Commit 87a7156

Browse files
authored
feature #297 [ResetPasswordHelper] class to become final
1 parent c12daef commit 87a7156

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

UPGRADING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Upgrade from 1.x to 2.0
2+
3+
## ResetPasswordHelper
4+
5+
- Class became `@final` in `v1.22.0`. Extending this class will not be allowed
6+
in version `v2.0.0`.

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 <jr@rushlow.dev>
2323
* @author Ryan Weaver <ryan@symfonycasts.com>
24+
*
25+
* @final
2426
*/
2527
class ResetPasswordHelper implements ResetPasswordHelperInterface
2628
{

0 commit comments

Comments
 (0)