SU-SWS/stanford_fields

View on GitHub
src/Plugin/Field/FieldWidget/TaxonomyLabelHierarchyWidget.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Method formElement has 58 lines of code (exceeds 40 allowed). Consider refactoring.
Open

  public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, FormStateInterface $form_state): array {
    $element = parent::formElement($items, $delta, $element, $form, $form_state);
    $options = $this->getOptions($items->getEntity());
    $selected_items = $this->getSelectedOptions($items);

Severity: Major
Found in src/Plugin/Field/FieldWidget/TaxonomyLabelHierarchyWidget.php - About 1 hr to fix

    Function formElement has a Cognitive Complexity of 11 (exceeds 10 allowed). Consider refactoring.
    Open

      public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, FormStateInterface $form_state): array {
        $element = parent::formElement($items, $delta, $element, $form, $form_state);
        $options = $this->getOptions($items->getEntity());
        $selected_items = $this->getSelectedOptions($items);
    
    
    Severity: Minor
    Found in src/Plugin/Field/FieldWidget/TaxonomyLabelHierarchyWidget.php - About 25 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    syntax error, unexpected ','
    Open

      id: 'taxonomy_label_hierarchy',

    Expected 1 space before "="; 0 found
    Open

    declare(strict_types=1);

    Expected 1 space after "="; 0 found
    Open

    declare(strict_types=1);

    Line indented incorrectly; expected 0 spaces, found 2
    Open

      id: 'taxonomy_label_hierarchy',

    Perl-style comments are not allowed; use "// Comment" instead
    Open

    #[FieldWidget(

    Doc comment short description must end with a full stop
    Open

       * {@inheritDoc}

    Missing class doc comment
    Open

    final class TaxonomyLabelHierarchyWidget extends OptionsWidgetBase {

    Unused use statement
    Open

    use Drupal\Core\Field\Attribute\FieldWidget;

    Doc comment short description must start with a capital letter
    Open

       * {@inheritDoc}

    There are no issues that match your filters.

    Category
    Status