chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Controller/Api/UpdateVisibilityLink.php

Summary

Maintainability
A
0 mins
Test Coverage

Add a single space around assignment operators
Open

declare(strict_types=1);

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

#[AsController]

Missing function doc comment
Open

    public function __invoke(CLink $link, CLinkRepository $repo): CLink

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

class UpdateVisibilityLink extends AbstractController

There are no issues that match your filters.

Category
Status