chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

    public function connectCheck(): void {}

Missing class doc comment
Open

class GenericProviderController extends AbstractProviderController

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

    #[Route('/connect/generic', name: 'chamilo.oauth2_generic_start')]

Closing brace must be on a line by itself
Open

    public function connectCheck(): void {}

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

    #[Route('/connect/generic/check', name: 'chamilo.oauth2_generic_check')]

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

    public function connect(

Add a single space around assignment operators
Open

declare(strict_types=1);

Opening brace should be on a new line
Open

    public function connectCheck(): void {}

Closing brace must be on a line by itself
Open

    public function connectCheck(): void {}

There are no issues that match your filters.

Category
Status