src/CoreBundle/Controller/OAuth2/KeycloakProviderController.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/connect/keycloak/check', name: 'chamilo.oauth2_keycloak_check')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/connect/keycloak', name: 'chamilo.oauth2_keycloak_start')]
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function connectCheck(): void {}
- 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 connectCheck(): void {}
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function connect(
- Exclude checks
Missing class doc comment Open
Open
class KeycloakProviderController extends AbstractProviderController
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function connectCheck(): void {}
- Exclude checks
Opening brace should be on a new line Open
Open
public function connectCheck(): void {}
- Exclude checks