chamilo/chamilo-lms

View on GitHub
src/LtiBundle/Controller/ServiceController.php

Summary

Maintainability
A
0 mins
Test Coverage

You must use "/**" style comments for a function comment
Open

    public function outcomeService(Request $request): Response

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[Route(path: '/lti/os', name: 'chamilo_lti_os')]

Missing class doc comment
Open

class ServiceController extends BaseController

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

        $bodyChildren = $xml->imsx_POXBody->children();

Closing brace must be on a line by itself
Open

    ) {}

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function __construct(

Closing brace must be on a line by itself
Open

    ) {}

Line indented incorrectly; expected 4 spaces, found 8
Open

        private ManagerRegistry $managerRegistry,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private TranslatorInterface $translator,

There are no issues that match your filters.

Category
Status