core23/PiwikBundle

View on GitHub
src/Block/Service/PiwikStatisticBlockService.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method buildEditForm has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function buildEditForm(FormMapper $formMapper, BlockInterface $block): void
    {
        $formMapper->add('settings', ImmutableArrayType::class, [
            'keys' => [
                ['title', TextType::class, [
Severity: Major
Found in src/Block/Service/PiwikStatisticBlockService.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status