chamilo/chamilo-lms

View on GitHub
src/CoreBundle/ServiceHelper/AccessUrlHelper.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function __construct(

Missing function doc comment
Open

    public function isMultiple(): bool

Missing function doc comment
Open

    public function getFirstAccessUrl(): ?AccessUrl

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing class doc comment
Open

class AccessUrlHelper

Closing brace must be on a line by itself
Open

    ) {}

Missing function doc comment
Open

    public function getCurrent(): ?AccessUrl

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly RequestStack $requestStack,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly AccessUrlRepository $accessUrlRepository,

Closing brace must be on a line by itself
Open

    ) {}

There are no issues that match your filters.

Category
Status