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 87a7156 commit e7610b6Copy full SHA for e7610b6
UPGRADING.md
@@ -4,3 +4,8 @@
4
5
- Class became `@final` in `v1.22.0`. Extending this class will not be allowed
6
in version `v2.0.0`.
7
+
8
+## ResetPasswordRemoveExpiredCommand
9
10
+- Class became `@final` in `v1.22.0`. Extending this class will not be allowed
11
+ in version `v2.0.0`.
src/Command/ResetPasswordRemoveExpiredCommand.php
@@ -17,6 +17,8 @@
17
/**
18
* @author Jesse Rushlow <jr@rushlow.dev>
19
* @author Ryan Weaver <ryan@symfonycasts.com>
20
+ *
21
+ * @final
22
*/
23
class ResetPasswordRemoveExpiredCommand extends Command
24
{
0 commit comments