Maksyliator/php-project-lvl2

View on GitHub

Showing 3 of 3 total issues

Avoid too many return statements within this method.
Open

                return $indent . "    " . $node['key'] . ": " . $valueUnchanged . "\n";
Severity: Major
Found in src/Formatters/Stylish.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

        return '{' . "\n" . implode("", $result) . $indent . '}';
    Severity: Major
    Found in src/Formatters/Stylish.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

          return '{' . "\n" . implode("", $stringOfArray) . $indent . '}';
      Severity: Major
      Found in src/Formatters/Stylish.php - About 30 mins to fix
        Severity
        Category
        Status
        Source
        Language