62ng/php-project-lvl2

View on GitHub

Showing 1 of 1 total issue

Method makeTree has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function makeTree(array $currentData1, array $currentData2): array
{
    $mergedData = array_merge($currentData1, $currentData2);
    $allKeys = array_keys($mergedData);
    $allKeysSorted = sort($allKeys, fn ($left, $right) => strcmp($left, $right));
Severity: Minor
Found in src/Differ.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language