diff --git a/agents/downgrade-to-symfony-7-4-LTS.md b/agents/downgrade-to-symfony-7-4-LTS.md index f420f5f..91d1b89 100644 --- a/agents/downgrade-to-symfony-7-4-LTS.md +++ b/agents/downgrade-to-symfony-7-4-LTS.md @@ -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