chamilo/chamilo-lms

View on GitHub
src/LtiBundle/Component/OutcomeRequest.php

Summary

Maintainability
A
0 mins
Test Coverage

Abstract class name is not prefixed with "Abstract"
Open

abstract class OutcomeRequest

Missing class doc comment
Open

abstract class OutcomeRequest

Variable "imsx_POXHeader" is not in valid camel caps format
Open

        $this->xmlHeaderInfo = $xml->imsx_POXHeader->imsx_POXRequestHeaderInfo;

Variable "imsx_POXBody" is not in valid camel caps format
Open

        $this->xmlRequest = $xml->imsx_POXBody->children();

Missing function doc comment
Open

    public function setTranslator(TranslatorInterface $translator): void

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function setEntityManager(EntityManager $entityManager): void

Missing function doc comment
Open

    public function __construct(SimpleXMLElement $xml)

Variable "imsx_messageIdentifier" is not in valid camel caps format
Open

        $this->statusInfo->setMessageRefIdentifier($info->imsx_messageIdentifier);

There are no issues that match your filters.

Category
Status