chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Controller/EditorController.php

Summary

Maintainability
A
0 mins
Test Coverage

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

#[Route('/editor')]

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

class EditorController extends BaseController

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

    public function editorTemplates(TranslatorInterface $translator, RouterInterface $router): Response

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

    #[Route(path: '/templates', methods: ['GET'], name: 'editor_templates')]

Add a single space around assignment operators
Open

declare(strict_types=1);

There are no issues that match your filters.

Category
Status