chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function __invoke(CDocument $document, CDocumentRepository $repo): CDocument

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

#[AsController]

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

class UpdateVisibilityDocument extends AbstractController

There are no issues that match your filters.

Category
Status