DX: mark a class as final

This commit is contained in:
Julien Fastré 2023-10-24 14:18:00 +02:00
parent 54ae17a8d2
commit e635b73256
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -28,7 +28,7 @@ use Symfony\Component\Form\FormBuilderInterface;
* *
* Makes use of AccompanyingPeriodInfo * Makes use of AccompanyingPeriodInfo
*/ */
readonly class UserWorkingOnCourseFilter implements FilterInterface final readonly class UserWorkingOnCourseFilter implements FilterInterface
{ {
public function __construct( public function __construct(
private UserRender $userRender, private UserRender $userRender,