app/Listeners/CheckSnapshot.php
Missing class import via use statement (line '59', column '28'). Open
Open
return new \App\Condor\Aspects\SSLCertificate\SSLCertificateChecker($snapshot);
- Read upRead up
- Exclude checks
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 '61', column '28'). Open
Open
return new \App\Condor\Aspects\Uptime\UptimeChecker($snapshot);
- Read upRead up
- Exclude checks
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 '57', column '28'). Open
Open
return new \App\Condor\Aspects\Whois\WhoisChecker($snapshot);
- Read upRead up
- Exclude checks
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 '63', column '27'). Open
Open
throw new \Exception("Unidentified aspect name:{$aspectName}", 1);
- Read upRead up
- Exclude checks
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();
}