Skip to content

feat!: Remove the deprecations from 2.x #407

feat!: Remove the deprecations from 2.x

feat!: Remove the deprecations from 2.x #407

Triggered via pull request March 23, 2025 19:05
Status Failure
Total duration 41s
Artifacts

auto-review.yaml

on: pull_request
Matrix: tests
AutoReview Status
3s
AutoReview Status
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Rector (PHP 8.4)
Process completed with exit code 2.
PHPStan (PHP 8.4)
Ignored error pattern #Static method .* is unused# in path /home/runner/work/console-parallelization/console-parallelization/tests/Fixtures/Command/LegacyCommand.php was not matched in reported errors.
PHPStan (PHP 8.4): tests/Integration/ParallelizationIntegrationTest.php#L0
Ignored error pattern #ParallelizationIntegrationTest::\$legacyCommand# in path /home/runner/work/console-parallelization/console-parallelization/tests/Integration/ParallelizationIntegrationTest.php was not matched in reported errors.
PHPStan (PHP 8.4): tests/Fixtures/Command/ImportUnknownMoviesCountCommand.php#L131
Private method Webmozarts\Console\Parallelization\Fixtures\Command\ImportUnknownMoviesCountCommand::runAfterBatch() overriding protected method Webmozarts\Console\Parallelization\ParallelCommand::runAfterBatch() should be protected or public.
PHPStan (PHP 8.4): tests/Fixtures/Command/ImportUnknownMoviesCountCommand.php#L131
Method Webmozarts\Console\Parallelization\Fixtures\Command\ImportUnknownMoviesCountCommand::runAfterBatch() overrides method Webmozarts\Console\Parallelization\ParallelCommand::runAfterBatch() but misses parameter #3 $items.
PHPStan (PHP 8.4): tests/Fixtures/Command/ImportUnknownMoviesCountCommand.php#L131
Method Webmozarts\Console\Parallelization\Fixtures\Command\ImportUnknownMoviesCountCommand::runAfterBatch() overrides method Webmozarts\Console\Parallelization\ParallelCommand::runAfterBatch() but misses parameter #2 $output.
PHPStan (PHP 8.4): tests/Fixtures/Command/ImportUnknownMoviesCountCommand.php#L131
Method Webmozarts\Console\Parallelization\Fixtures\Command\ImportUnknownMoviesCountCommand::runAfterBatch() overrides method Webmozarts\Console\Parallelization\ParallelCommand::runAfterBatch() but misses parameter #1 $input.
PHPStan (PHP 8.4): tests/Fixtures/Command/ImportUnknownMoviesCountCommand.php#L123
Private method Webmozarts\Console\Parallelization\Fixtures\Command\ImportUnknownMoviesCountCommand::runBeforeBatch() overriding protected method Webmozarts\Console\Parallelization\ParallelCommand::runBeforeBatch() should be protected or public.
PHPStan (PHP 8.4): tests/Fixtures/Command/ImportUnknownMoviesCountCommand.php#L123
Parameter #1 $movieFileNames (array) of method Webmozarts\Console\Parallelization\Fixtures\Command\ImportUnknownMoviesCountCommand::runBeforeBatch() is not contravariant with parameter #1 $input (Symfony\Component\Console\Input\InputInterface) of method Webmozarts\Console\Parallelization\ParallelCommand::runBeforeBatch().
PHPStan (PHP 8.4): tests/Fixtures/Command/ImportUnknownMoviesCountCommand.php#L123
Method Webmozarts\Console\Parallelization\Fixtures\Command\ImportUnknownMoviesCountCommand::runBeforeBatch() overrides method Webmozarts\Console\Parallelization\ParallelCommand::runBeforeBatch() but misses parameter #3 $items.
PHPStan (PHP 8.4): tests/Fixtures/Command/ImportUnknownMoviesCountCommand.php#L123
Method Webmozarts\Console\Parallelization\Fixtures\Command\ImportUnknownMoviesCountCommand::runBeforeBatch() overrides method Webmozarts\Console\Parallelization\ParallelCommand::runBeforeBatch() but misses parameter #2 $output.
AutoReview Status
Process completed with exit code 1.