src/LtiBundle/Controller/AdminController.php
You must use "/**" style comments for a function comment Open
Open
public function adminEdit(int $toolId, Request $request): Response
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function admin(): Response
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function adminDelete(int $toolId): Response
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route(path: '/admin/lti')]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class AdminController extends BaseController
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route(path: '/add', name: 'chamilo_lti_admin_add')]
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function adminAdd(Request $request): Response
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route(path: '/edit/{toolId}', name: 'chamilo_lti_admin_edit', requirements: ['toolId' => '\d+'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route(path: '/', name: 'chamilo_lti_admin')]
- 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(path: '/delete/{toolId}', name: 'chamilo_lti_admin_delete', requirements: ['toolId' => '\d+'])]
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private ManagerRegistry $managerRegistry,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private ExternalToolRepository $externalToolRepository
- Exclude checks