src/library/ThreemaGateway/Option/PhpKeyStorePath.php
Missing class import via use statement (line '39', column '36'). Open
Open
$dataWriter->error(new XenForo_Phrase('threemagw_not_writable_keystorefile'), $fieldName);
- 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 '33', column '36'). Open
Open
$dataWriter->error(new XenForo_Phrase('threemagw_invalid_keystorepath'), $fieldName);
- 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();
}