mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -55,7 +55,8 @@ final class SingleTaskController extends AbstractController
|
||||
private readonly FilterOrderHelperFactoryInterface $filterOrderHelperFactory,
|
||||
private readonly SingleTaskStateRepository $singleTaskStateRepository,
|
||||
private readonly SingleTaskRepository $singleTaskRepository,
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @Route(
|
||||
@@ -625,7 +626,7 @@ final class SingleTaskController extends AbstractController
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Symfony\Component\Form\FormInterface
|
||||
* @return FormInterface
|
||||
*/
|
||||
protected function setCreateForm(SingleTask $task, string $role)
|
||||
{
|
||||
|
Reference in New Issue
Block a user