ernestwisniewski/kbin

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

Summary

Maintainability
A
35 mins
Test Coverage

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

        #[MapEntity(id: 'post_id')]
        Post $post,
        int $choice,
        VoteCreate $voteCreate,
        PostFactory $factory,
Severity: Minor
Found in src/Controller/Api/Post/PostsVoteApi.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status