lobr17/php-project-lvl2

View on GitHub
src/TreeBuilder.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Avoid too many return statements within this method.
Open

            return ['name' => $key, 'type' => 'changed', 'oldValue' => $data1[$key], 'newValue' => $data2[$key]];
Severity: Major
Found in src/TreeBuilder.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

        return $result;
    Severity: Major
    Found in src/TreeBuilder.php - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status