public/plugin/xapi/admin.php
Missing class import via use statement (line '39', column '17'). Open
Open
$form = new FormValidator('frm_xapi_auth', 'post', $action);
- 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
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Consider putting global function "createForm" in a static class Open
Open
function createForm(?XApiLrsAuth $auth = null)
- Exclude checks