mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DX: mark a class as final
This commit is contained in:
parent
54ae17a8d2
commit
e635b73256
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user