chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

class UserController extends AbstractController

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

#[Route('/user')]

Add a single space around assignment operators
Open

declare(strict_types=1);

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

    public function profile(string $username, UserRepository $userRepository, IllustrationRepository $illustrationRepository): Response

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

    #[Route(path: '/{username}', methods: ['GET'], name: 'chamilo_core_user_profile')]

There are no issues that match your filters.

Category
Status