Skip to content

Commit

Permalink
apply
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Feb 7, 2024
1 parent bb71c6f commit 848f31e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App/Component/Console/PackageCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class PackageCommand extends Command
/**
* Override this method in a subclass if you want to do something before processing the packages.
* For example, check the input arguments.
*
* @param InputInterface $input
*/
protected function beforeProcessingPackages(InputInterface $input): void
{
Expand All @@ -42,8 +40,6 @@ protected function beforeProcessingPackages(InputInterface $input): void
/**
* This method in a subclass should implement the processing logic of each package.
*
* @param Package $package
*
* @noinspection PhpUnusedParameterInspection
*/
protected function processPackage(Package $package): void
Expand Down

0 comments on commit 848f31e

Please sign in to comment.