migrations/v20x/m16_update_lang_postgres.php
Missing class import via use statement (line '75', column '14'). Open
Open
throw new \RuntimeException('The column ‘rule_language’ could not be renamed.');
- 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 '91', column '17'). Open
Open
$helper = new \phpbb\boardrules\migrations\helper($this->db, $this->table_prefix);
- 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 '84', column '14'). Open
Open
throw new \RuntimeException('The column ‘rule_language’ could not be created.');
- 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();
}