VSVverkeerskunde/gvq-api

View on GitHub
src/Question/Serializers/QuestionNormalizer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method normalize has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function normalize($question, $format = null, array $context = []): array
    {
        $category = $this->categoryNormalizer->normalize(
            $question->getCategory(),
            $format
Severity: Minor
Found in src/Question/Serializers/QuestionNormalizer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status