src/CoreBundle/Controller/GradebookController.php
You must use "/**" style comments for a function comment Open
Open
public function setDefaultCertificate(int $cid, int $certificateId, EntityManagerInterface $entityManager): Response
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/default_certificate/{cid}', name: 'chamilo_core_gradebook_default_certificate')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/gradebook')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/set_default_certificate/{cid}/{certificateId}', name: 'chamilo_core_gradebook_set_default_certificate')]
- 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 getDefaultCertificate(int $cid, EntityManagerInterface $entityManager): JsonResponse
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class GradebookController extends AbstractController
- Exclude checks