PHPixie/Debug

View on GitHub
src/PHPixie/Debug/Tracer/Trace/Element.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method __construct has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        $dumper,
        $file         = null,
        $line         = null,
        $functionName = null,
        $arguments    = null,
Severity: Major
Found in src/PHPixie/Debug/Tracer/Trace/Element.php - About 1 hr to fix

    Avoid too many return statements within this method.
    Open

                return array();
    Severity: Major
    Found in src/PHPixie/Debug/Tracer/Trace/Element.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

              return range($start, $start + $limit - 1);    
      Severity: Major
      Found in src/PHPixie/Debug/Tracer/Trace/Element.php - About 30 mins to fix

        There are no issues that match your filters.

        Category
        Status