ernestwisniewski/kbin

View on GitHub
src/Controller/Api/Post/PostsUpdateApi.php

Summary

Maintainability
A
45 mins
Test Coverage

Method __invoke has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        #[MapEntity(id: 'post_id')]
        Post $post,
        PostEdit $postEdit,
        PostFactory $postFactory,
        ValidatorInterface $validator,
Severity: Minor
Found in src/Controller/Api/Post/PostsUpdateApi.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status