From 41e4f74d33fa8e562a5f72095ec944b18ecf3965 Mon Sep 17 00:00:00 2001 From: COil Date: Fri, 27 Feb 2026 21:28:39 +0100 Subject: [PATCH] docs: remove Override attributes from 7.4 LTS prompt --- agents/downgrade-to-symfony-7-4-LTS.md | 1 + 1 file changed, 1 insertion(+) 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