geozhur/project-lvl2-s337

View on GitHub
src/Formatters/Tree.php

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this method.
Open

    return $stringifyIter($obj, $level);
Severity: Major
Found in src/Formatters/Tree.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Wontfix

                    return "  {$spaces}  {$node->key}: {$oldVal}";
    Severity: Major
    Found in src/Formatters/Tree.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Wontfix

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

        There are no issues that match your filters.

        Category
        Status