mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-15 18:37:45 +00:00
Fix cs and phpstan issues
This commit is contained in:
@@ -23,9 +23,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver;
|
||||
*/
|
||||
class PickEventTypeType extends AbstractType
|
||||
{
|
||||
public function __construct(protected TranslatableStringHelper $translatableStringHelper)
|
||||
{
|
||||
}
|
||||
public function __construct(protected TranslatableStringHelper $translatableStringHelper) {}
|
||||
|
||||
public function configureOptions(OptionsResolver $resolver)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user