Skip to content

Commit

Permalink
[command] make class final
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 9, 2024
1 parent 87a7156 commit 8cca09f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@

- Class became `@final` in `v1.22.0`. Extending this class will not be allowed
in version `v2.0.0`.

## ResetPasswordRemoveExpiredCommand

- Class became `@final` in `v1.22.0`. Extending this class will not be allowed
in version `v2.0.0`.
2 changes: 2 additions & 0 deletions src/Command/ResetPasswordRemoveExpiredCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
/**
* @author Jesse Rushlow <[email protected]>
* @author Ryan Weaver <[email protected]>
*
* @final
*/
class ResetPasswordRemoveExpiredCommand extends Command
{
Expand Down

0 comments on commit 8cca09f

Please sign in to comment.