chamilo/chamilo-lms

View on GitHub
public/plugin/h5pimport/src/H5pPackageImporter.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class import via use statement (line '59', column '23').
Open

            throw new \Exception('Not a H5P package');

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

Abstract class name is not prefixed with "Abstract"
Open

abstract class H5pPackageImporter

Missing function doc comment
Open

    public function getPackageType(): string

Expected 0 spaces after opening bracket; newline found
Open

        if (

There are no issues that match your filters.

Category
Status