Skip to content

Commit 21a07e4

Browse files
committed
fixup! fixup! update for covariance
1 parent c0502b6 commit 21a07e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/compiler/src/Command/DowngradePathsCommand.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4545

4646
$downgradePaths = array_values($downgradePaths);
4747

48-
$downgradePaths[] = 'src';
4948
$downgradePaths[] = 'packages';
5049

5150
$rulesPaths = $this->resolveRulesPaths();
@@ -66,7 +65,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
6665
}
6766
}
6867

69-
$downgradePaths = array_merge(['vendor/symplify vendor/symfony vendor/psr'], $downgradePaths);
68+
$downgradePaths = array_merge(['vendor/symplify vendor/symfony vendor/psr src'], $downgradePaths);
7069
$downgradePaths = array_values($downgradePaths);
7170

7271
// bash format

0 commit comments

Comments
 (0)