Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions agents/downgrade-to-symfony-7-4-LTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ In the `composer.json` file:
* In `src/Entity/User.php`, add the `eraseCredentials(): void` method required by
Symfony 7.4's `UserInterface` (this method was removed from the interface in 8.0)
* Add test coverage for the new method in the corresponding unit test
* Remove all `#[\Override]` attributes from `src/` PHP files


## Checks
Expand Down