Soft-finalize classes that might need to be changed in the future (#41)

* Soft-finalize classes that might need to be changed in the future

* Leave a note in the UPGRADING document

* @internal-ize listener classes
This commit is contained in:
Matthias Pigulla
2025-12-19 10:43:53 +01:00
committed by GitHub
parent 9037349407
commit 37e6a53e9d
4 changed files with 19 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ use Symfony\Component\DependencyInjection\Reference;
*
* @author Konstantin Kudryashov <ever.zet@gmail.com>
* @author Christophe Coevoet <stof@notk.org>
*
* @final since 2.8.0
*/
class MinkExtension implements ExtensionInterface
{