Skip to content

Commit e7610b6

Browse files
authored
feature #296 [command] make class final
1 parent 87a7156 commit e7610b6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

UPGRADING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44

55
- Class became `@final` in `v1.22.0`. Extending this class will not be allowed
66
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
/**
1818
* @author Jesse Rushlow <jr@rushlow.dev>
1919
* @author Ryan Weaver <ryan@symfonycasts.com>
20+
*
21+
* @final
2022
*/
2123
class ResetPasswordRemoveExpiredCommand extends Command
2224
{

0 commit comments

Comments
 (0)