hnhdigital-os/mysql-helper

View on GitHub
app/Traits/SharedTrait.php

Summary

Maintainability
A
1 hr
Test Coverage

Method execRemoteConnection has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function execRemoteConnection($profile, $name, $command)
    {
        if (!array_get($this->profiles, $profile.'.remote.'.$name.'.working', false)) {
            $this->error('Remote profile has not been tested. Use configure command to fix.');

Severity: Minor
Found in app/Traits/SharedTrait.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status