antaresproject/core

View on GitHub
src/foundation/src/Processor/Mail.php

Summary

Maintainability
A
1 hr
Test Coverage

Method update has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function update(Listener $listener, array $input)
    {
        $input      = new Fluent($input);
        $driver     = $this->getValue($input['email_driver'], 'mail.driver');
        $validation = $this->validator->on($driver)->with($input->toArray());
Severity: Minor
Found in src/foundation/src/Processor/Mail.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status