chamilo/chamilo-lms

View on GitHub
public/plugin/ims_lti/src/ImsLtiServiceResponse.php

Summary

Maintainability
A
0 mins
Test Coverage

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

        $xml = new SimpleXMLElement('<imsx_POXEnvelopeResponse></imsx_POXEnvelopeResponse>');

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

Doc comment for parameter $bodyParam does not match actual variable name $statusInfo
Open

     * @param mixed|null $bodyParam

Abstract class name is not prefixed with "Abstract"
Open

abstract class ImsLtiServiceResponse

There are no issues that match your filters.

Category
Status