src/CoreBundle/Controller/EditorController.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/editor')]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class EditorController extends BaseController
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function editorTemplates(TranslatorInterface $translator, RouterInterface $router): Response
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route(path: '/templates', methods: ['GET'], name: 'editor_templates')]
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks