src/CoreBundle/Controller/ToolController.php
You must use "/**" style comments for a function comment Open
Open
public function profile(ToolChain $toolChain): Response
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route(path: '/update', methods: ['GET'])]
- Exclude checks
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
#[Route('/tool')]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class ToolController extends AbstractController
- Exclude checks