SU-SWS/stanford_profile

View on GitHub
src/Config/ConfigOverrides.php

Summary

Maintainability
A
0 mins
Test Coverage
A
90%

Method loadOverrides has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  public function loadOverrides($names) {
    $overrides = [];
    if (in_array('system.site', $names)) {
      $overrides['system.site']['page'] = [
        403 => $this->state->get('stanford_profile.403_page'),
Severity: Minor
Found in src/Config/ConfigOverrides.php - About 1 hr to fix

    Function loadOverrides has a Cognitive Complexity of 12 (exceeds 10 allowed). Consider refactoring.
    Wontfix

      public function loadOverrides($names) {
        $overrides = [];
        if (in_array('system.site', $names)) {
          $overrides['system.site']['page'] = [
            403 => $this->state->get('stanford_profile.403_page'),
    Severity: Minor
    Found in src/Config/ConfigOverrides.php - About 35 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

    Variable $value is undefined.
    Invalid

            'value' => $value,

    Doc comment short description must start with a capital letter
    Invalid

       * {@inheritDoc}

    Variable $attribute is undefined.
    Invalid

          [$attribute, , $value] = explode(',', $conditions, 3);

    Doc comment short description must end with a full stop
    Invalid

       * {@inheritDoc}

    Variable $conditions is undefined.
    Invalid

          [$attribute, , $value] = explode(',', $conditions, 3);

    Variable $conditions is undefined.
    Invalid

          [$role, $conditions] = explode(':', $mapping, 2);

    Variable $attribute is undefined.
    Invalid

            'attribute' => $attribute,

    Doc comment short description must start with a capital letter
    Invalid

       * {@inheritDoc}

    Variable $value is undefined.
    Invalid

          [$attribute, , $value] = explode(',', $conditions, 3);

    Doc comment short description must start with a capital letter
    Invalid

       * {@inheritDoc}

    Variable $role is undefined.
    Invalid

            'role' => $role,

    Doc comment short description must end with a full stop
    Invalid

       * {@inheritDoc}

    Doc comment short description must end with a full stop
    Invalid

       * {@inheritDoc}

    Variable $role is undefined.
    Invalid

          [$role, $conditions] = explode(':', $mapping, 2);

    Doc comment short description must end with a full stop
    Invalid

       * {@inheritDoc}

    Doc comment short description must start with a capital letter
    Invalid

       * {@inheritDoc}

    There are no issues that match your filters.

    Category
    Status