php cs fixes

This commit is contained in:
2023-09-14 15:53:42 +02:00
parent ac9704f154
commit 7ca2380dad
114 changed files with 139 additions and 346 deletions

View File

@@ -43,8 +43,7 @@ final class AccompanyingCourseWorkController extends AbstractController
private readonly LoggerInterface $chillLogger,
private readonly TranslatableStringHelperInterface $translatableStringHelper,
private readonly FilterOrderHelperFactoryInterface $filterOrderHelperFactory
) {
}
) {}
/**
* @Route(

View File

@@ -20,9 +20,7 @@ use Symfony\Component\Security\Core\Security;
class AccompanyingCourseWorkEvaluationDocumentController extends AbstractController
{
public function __construct(private Security $security)
{
}
public function __construct(private Security $security) {}
/**
* @Route(

View File

@@ -28,8 +28,7 @@ final class SocialWorkSocialActionApiController extends ApiController
private readonly SocialIssueRepository $socialIssueRepository,
private readonly PaginatorFactory $paginator,
private readonly ClockInterface $clock,
) {
}
) {}
public function listBySocialIssueApi($id, Request $request)
{