honeybee/honeybee

View on GitHub
src/Infrastructure/DataAccess/Connector/SwiftMailer/LocalSendmailConnector.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getStatus has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getStatus()
    {
        if ($this->config->has('fake_status')) {
            return new Status($this, $this->config->get('fake_status'));
        }

    There are no issues that match your filters.

    Category
    Status