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