src/Elements/ClientValidation.php

Summary

Maintainability
A
1 hr
Test Coverage
A
94%

Method aireHtml has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function aireHtml() : string
    {
        if (static::$aire_loaded) {
            return '';
        }
Severity: Minor
Found in src/Elements/ClientValidation.php - About 1 hr to fix

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

        public function __construct(Aire $aire, $element_id, array $rules = [], array $messages = [], string $form_request = null, $dev_mode = false)
    Severity: Minor
    Found in src/Elements/ClientValidation.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status