spotonlive/sl-db-backup

View on GitHub
src/SpotOnLive/DbBackup/Adapters/Dump/MySQLDumpAdapter.php

Summary

Maintainability
A
1 hr
Test Coverage

Method dump has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function dump($database)
    {
        $options = $this->options;
        $port = $options->get('port');
        $host = $options->get('host');
Severity: Minor
Found in src/SpotOnLive/DbBackup/Adapters/Dump/MySQLDumpAdapter.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status