chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

    public function profile(ToolChain $toolChain): Response

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

    #[Route(path: '/update', methods: ['GET'])]

Add a single space around assignment operators
Open

declare(strict_types=1);

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

#[Route('/tool')]

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

class ToolController extends AbstractController

There are no issues that match your filters.

Category
Status