geozhur/project-lvl2-s337

View on GitHub
src/Differ.php

Summary

Maintainability
A
0 mins
Test Coverage

Method genAstDiff has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

function genAstDiff($content1, $content2)
{
    $arr1 = get_object_vars($content1);
    $arr2 = get_object_vars($content2);
    $keys1 = array_keys($arr1);
Severity: Minor
Found in src/Differ.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status