src/Elements/ClientValidation.php
Method aireHtml
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function aireHtml() : string
{
if (static::$aire_loaded) {
return '';
}
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(Aire $aire, $element_id, array $rules = [], array $messages = [], string $form_request = null, $dev_mode = false)