src/CoreBundle/Controller/LegalController.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/legal')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/extra-fields', name: 'chamilo_core_get_extra_fields')]
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function getExtraFields(Request $request): JsonResponse
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/save', name: 'chamilo_core_legal_save', methods: ['POST'])]
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function saveLegal(
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class LegalController
- Exclude checks