chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Controller/OAuth2/KeycloakProviderController.php

Summary

Maintainability
A
0 mins
Test Coverage

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

    #[Route('/connect/keycloak/check', name: 'chamilo.oauth2_keycloak_check')]

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

    #[Route('/connect/keycloak', name: 'chamilo.oauth2_keycloak_start')]

Closing brace must be on a line by itself
Open

    public function connectCheck(): void {}

Add a single space around assignment operators
Open

declare(strict_types=1);

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

    public function connectCheck(): void {}

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

    public function connect(

Missing class doc comment
Open

class KeycloakProviderController extends AbstractProviderController

Closing brace must be on a line by itself
Open

    public function connectCheck(): void {}

Opening brace should be on a new line
Open

    public function connectCheck(): void {}

There are no issues that match your filters.

Category
Status