src/CoreBundle/Command/UpdateVueTranslations.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[AsCommand(
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return match ($type) {
- Exclude checks
Missing class doc comment Open
Open
class UpdateVueTranslations extends Command
- Exclude checks
Missing function doc comment Open
Open
public function __construct(LanguageRepository $languageRepository, ParameterBagInterface $parameterBag, TranslatorInterface $translator)
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 16 Open
Open
default => $matches[0],
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return match ($type) {
- Exclude checks