public/plugin/migrationmoodle/src/Traits/FileFinderTrait.php
Missing class import via use statement (line '30', column '23'). Open
Open
throw new \Exception("File $contentHash not found in $moodleDataPath/filedir");
- 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
Variable "d1" contains numbers but this is discouraged Open
Open
$filePath = "$moodleDataPath/filedir/$d1/$d2/$contentHash";
- Exclude checks
Variable "d2" contains numbers but this is discouraged Open
Open
$filePath = "$moodleDataPath/filedir/$d1/$d2/$contentHash";
- Exclude checks