mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-16 22:31:24 +00:00
php cs fixes
This commit is contained in:
@@ -21,6 +21,7 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
class SocialIssueController extends CRUDController
|
||||
{
|
||||
public function __construct(private readonly SocialIssueRepository $repository) {}
|
||||
|
||||
protected function createFormFor(string $action, $entity, ?string $formClass = null, array $formOptions = []): FormInterface
|
||||
{
|
||||
if ('new' === $action) {
|
||||
|
||||
Reference in New Issue
Block a user