src/CoreBundle/Controller/OAuth2/GenericProviderController.php
You must use "/**" style comments for a function comment Open
Open
public function connectCheck(): void {}
- Exclude checks
Missing class doc comment Open
Open
class GenericProviderController extends AbstractProviderController
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/connect/generic', name: 'chamilo.oauth2_generic_start')]
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function connectCheck(): void {}
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/connect/generic/check', name: 'chamilo.oauth2_generic_check')]
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function connect(
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Opening brace should be on a new line Open
Open
public function connectCheck(): void {}
- Exclude checks
Closing brace must be on a line by itself Open
Open
public function connectCheck(): void {}
- Exclude checks