File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/App/Component/Console Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3333 },
3434 "require-dev" : {
3535 "phpunit/phpunit" : " ^9.5" ,
36- "rector/rector" : " ^0.19 .0"
36+ "rector/rector" : " ^1.0 .0"
3737 },
3838 "autoload" : {
3939 "psr-4" : {
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ class PackageCommand extends Command
3232 /**
3333 * Override this method in a subclass if you want to do something before processing the packages.
3434 * For example, check the input arguments.
35- *
36- * @param InputInterface $input
3735 */
3836 protected function beforeProcessingPackages (InputInterface $ input ): void
3937 {
@@ -42,8 +40,6 @@ protected function beforeProcessingPackages(InputInterface $input): void
4240 /**
4341 * This method in a subclass should implement the processing logic of each package.
4442 *
45- * @param Package $package
46- *
4743 * @noinspection PhpUnusedParameterInspection
4844 */
4945 protected function processPackage (Package $ package ): void
You can’t perform that action at this time.
0 commit comments