src/CoreBundle/Controller/Api/UpdateVisibilityDocument.php
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function __invoke(CDocument $document, CDocumentRepository $repo): CDocument
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[AsController]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class UpdateVisibilityDocument extends AbstractController
- Exclude checks