src/CoreBundle/Controller/PlatformConfigurationController.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/platform-config')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/list/course_settings', name: 'course_settings_list', methods: ['GET'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/list', name: 'platform_config_list', methods: ['GET'])]
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function list(SettingsManager $settingsManager): Response
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class PlatformConfigurationController extends AbstractController
- 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 courseSettingsList(
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly UserHelper $userHelper,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly ThemeHelper $themeHelper,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly TicketProjectHelper $ticketProjectHelper,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly AuthenticationConfigHelper $authenticationConfigHelper,
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks