gjerokrsteski/pimf-framework

View on GitHub
core/Pimf/Util/Validator.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid too many return statements within this method.
Wontfix

                        return ($a <= $b);
Severity: Major
Found in core/Pimf/Util/Validator.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Wontfix

                return ($func($comparing, $expecting) === true) ?: $this->error($fieldName, $operator);
    Severity: Major
    Found in core/Pimf/Util/Validator.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Wontfix

              return false;
      Severity: Major
      Found in core/Pimf/Util/Validator.php - About 30 mins to fix

        There are no issues that match your filters.

        Category
        Status