src/CoreBundle/Controller/UserController.php
You must use "/**" style comments for a class comment Open
Open
class UserController extends AbstractController
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/user')]
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function profile(string $username, UserRepository $userRepository, IllustrationRepository $illustrationRepository): Response
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route(path: '/{username}', methods: ['GET'], name: 'chamilo_core_user_profile')]
- Exclude checks