Skip to content

Commit dd20a4c

Browse files
committed
run linter, update pipeline
1 parent d0d35d3 commit dd20a4c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ parameters:
99
# This is ignored until we drop support for Shopware 6.5
1010
- message: '#Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityRepository is not generic\.#'
1111
reportUnmatched: false
12+
- '#Trait Basecom\\FixturePlugin\\FixtureTrait is used zero times and is not analysed#'

src/Command/LoadFixtureGroupCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
3535
$now = new \DateTimeImmutable();
3636
$io = new SymfonyStyle($input, $output);
3737

38-
/** @var string $groupNameInput */
3938
$groupNameInput = $input->getArgument('groupName');
4039
$dry = (bool) ($input->getOption('dry') ?? false);
4140
$vendor = (bool) ($input->getOption('vendor') ?? false);

src/Command/LoadSingleFixtureCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
3737
$now = new \DateTimeImmutable();
3838
$io = new SymfonyStyle($input, $output);
3939

40-
/** @var string $fixtureName */
4140
$fixtureName = $input->getArgument('fixtureName');
4241
$dry = (bool) ($input->getOption('dry') ?? false);
4342
$withDependencies = (bool) ($input->getOption('with-dependencies') ?? false);

0 commit comments

Comments
 (0)