File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7070 run : |
7171 composer config --no-plugins allow-plugins.infection/extension-installer true
7272 composer require infection/infection --update-with-all-dependencies
73- vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4 --only-covered
73+ vendor/bin/infection --ignore-msi-with-no-mutations --min-covered-msi=100 --min-msi=100 -s -j4
7474 - name : Run phpstan
7575 if : ${{ matrix.php-versions == 8.4 && matrix.operating-system == 'ubuntu-latest' }}
7676 run : |
Original file line number Diff line number Diff line change 66use Symfony \Component \Console \Input \InputInterface ;
77use Symfony \Component \Console \Output \OutputInterface ;
88
9-
109class_alias (
1110 PHP_VERSION_ID >= 70200
1211 ? 'IonBazan\ComposerDiff\Command\TypedConfigureTrait '
Original file line number Diff line number Diff line change 22
33namespace IonBazan \ComposerDiff \Command ;
44
5+ /**
6+ * @codeCoverageIgnore
7+ */
58trait NotTypedConfigureTrait
69{
710 /**
Original file line number Diff line number Diff line change 22
33namespace IonBazan \ComposerDiff \Command ;
44
5+ /**
6+ * @codeCoverageIgnore
7+ */
58trait TypedConfigureTrait
69{
710 protected function configure (): void
You can’t perform that action at this time.
0 commit comments