src/LtiBundle/Controller/ServiceController.php
You must use "/**" style comments for a function comment Open
Open
public function outcomeService(Request $request): Response
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route(path: '/lti/os', name: 'chamilo_lti_os')]
- Exclude checks
Missing class doc comment Open
Open
class ServiceController extends BaseController
- Exclude checks
Variable "imsx_POXBody" is not in valid camel caps format Open
Open
$bodyChildren = $xml->imsx_POXBody->children();
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private ManagerRegistry $managerRegistry,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private TranslatorInterface $translator,
- Exclude checks