chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

    #[Route('/badge/{id}', name: 'badge_issued')]

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

    public function issued(int $id): Response

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('/badge/{skillId}/user/{userId}')]

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

    #[Route('/skill/{skillId}/user/{userId}', name: 'badge_issued_all')]

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

    public function issuedAll(int $skillId, int $userId): Response

Missing class doc comment
Open

class BadgeController extends AbstractController

There are no issues that match your filters.

Category
Status