Qafeen/Manager

View on GitHub
src/Traits/Helper.php

Summary

Maintainability
A
1 hr
Test Coverage

Avoid too many return statements within this method.
Open

                return new static(func_get_arg(0), func_get_arg(1), func_get_arg(2), func_get_arg(3));
Severity: Major
Found in src/Traits/Helper.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    return new static(
                        func_get_arg(0), func_get_arg(1), func_get_arg(2), func_get_arg(3), func_get_arg(4)
                    );
    Severity: Major
    Found in src/Traits/Helper.php - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status