src/Controller/Api/Post/PostsCreateApi.php
Method __invoke
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
#[MapEntity(id: 'magazine_id')]
Magazine $magazine,
PostCreate $postCreate,
PostFactory $postFactory,
ValidatorInterface $validator,
Method uploadImage
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
#[MapEntity(id: 'magazine_id')]
Magazine $magazine,
PostCreate $postCreate,
PostFactory $postFactory,
ValidatorInterface $validator,