AlexP11223/php-project-lvl2

View on GitHub
src/diff.php

Summary

Maintainability
A
1 hr
Test Coverage

Method makeNode has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function makeNode($state, $oldValue, $newValue, $children = [], $fields = [])
Severity: Minor
Found in src/diff.php - About 35 mins to fix

    Method makePropertyNode has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    function makePropertyNode($state, $name, $oldValue, $newValue, $children = [])
    Severity: Minor
    Found in src/diff.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status