From e635b73256fb2f9738f7ad17521905908918291a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Oct 2023 14:18:00 +0200 Subject: [PATCH] DX: mark a class as final --- .../AccompanyingCourseFilters/UserWorkingOnCourseFilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/UserWorkingOnCourseFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/UserWorkingOnCourseFilter.php index e73ef234a..42bb7dea3 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/UserWorkingOnCourseFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingCourseFilters/UserWorkingOnCourseFilter.php @@ -28,7 +28,7 @@ use Symfony\Component\Form\FormBuilderInterface; * * Makes use of AccompanyingPeriodInfo */ -readonly class UserWorkingOnCourseFilter implements FilterInterface +final readonly class UserWorkingOnCourseFilter implements FilterInterface { public function __construct( private UserRender $userRender,