chamilo/chamilo-lms

View on GitHub
public/plugin/xapi/src/Hook/XApiPortfolioItemHighlightedHookObserver.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class import via use statement (line '20', column '27').
Open

        $statement = (new PortfolioItemHighlighted($item))->generate();

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

declare(strict_types=1);

Missing class doc comment
Open

class XApiPortfolioItemHighlightedHookObserver extends XApiActivityHookObserver implements HookPortfolioItemHighlightedObserverInterface

There are no issues that match your filters.

Category
Status