core23/FacebookBundle

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

Summary

Maintainability
A
1 hr
Test Coverage

Method configureEditForm has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function configureEditForm(FormMapper $formMapper, BlockInterface $block): void
    {
        $formMapper->add('settings', ImmutableArrayType::class, [
            'keys' => [
                ['title', TextType::class, [
Severity: Minor
Found in src/Block/Service/PageFeedBlockService.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status