digipolisgent/robo-digipolis-deploy

View on GitHub
src/Ssh/Auth/KeyFile.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Missing class import via use statement (line '34', column '23').
Open

            throw new \RuntimeException(sprintf(
Severity: Minor
Found in src/Ssh/Auth/KeyFile.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

Missing class import via use statement (line '24', column '23').
Open

            throw new \InvalidArgumentException(sprintf(
Severity: Minor
Found in src/Ssh/Auth/KeyFile.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

Line exceeds 120 characters; contains 135 characters
Open

        $key = PublicKeyLoader::load(file_get_contents($this->privateKeyFile), is_null($this->passphrase) ? false : $this->passphrase);
Severity: Minor
Found in src/Ssh/Auth/KeyFile.php by phpcodesniffer

There are no issues that match your filters.

Category
Status