We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12daef commit 87a7156Copy full SHA for 87a7156
UPGRADING.md
@@ -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
@@ -21,6 +21,8 @@
21
/**
22
* @author Jesse Rushlow <jr@rushlow.dev>
23
* @author Ryan Weaver <ryan@symfonycasts.com>
24
+ *
25
+ * @final
26
*/
27
class ResetPasswordHelper implements ResetPasswordHelperInterface
28
{
0 commit comments