From 0b0cbed9dbd914955597d829a043d99327d1eea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 17 Oct 2023 10:29:36 +0200 Subject: [PATCH] DX: mark const as final --- src/Bundle/ChillPersonBundle/Export/Declarations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Export/Declarations.php b/src/Bundle/ChillPersonBundle/Export/Declarations.php index a79c05a67..4186861cb 100644 --- a/src/Bundle/ChillPersonBundle/Export/Declarations.php +++ b/src/Bundle/ChillPersonBundle/Export/Declarations.php @@ -25,7 +25,7 @@ abstract class Declarations /** * @deprecated consider using the PERSON_TYPE instead */ - public const PERSON_IMPLIED_IN = 'person_implied_in'; + final public const PERSON_IMPLIED_IN = 'person_implied_in'; final public const PERSON_TYPE = 'person';