arkadiy93/php-project-lvl2

View on GitHub
src/Gendiff.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getAst has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getAst($firstData, $secondData)
{
    $keys1 = array_keys($firstData);
    $keys2 = array_keys($secondData);
    $allKeys = Collection\union($keys1, $keys2);
Severity: Minor
Found in src/Gendiff.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status