src/CoreBundle/Controller/ThemeController.php
You must use "/**" style comments for a class comment Open
Open
class ThemeController extends AbstractController
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Autowire(service: 'oneup_flysystem.themes_filesystem')]
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function index(
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Route('/{name}/{path}', name: 'theme_asset', requirements: ['path' => '.+'])]
- 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('/themes')]
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- 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 readonly ThemeHelper $themeHelper
- Exclude checks