Skip to content

Commit

Permalink
Merge pull request #202 from localheinz/fix/unused
Browse files Browse the repository at this point in the history
Fix: Remove unused fields
  • Loading branch information
localheinz authored Aug 22, 2019
2 parents aa69e2d + 3921b92 commit 387588f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/NormalizePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,8 @@

final class NormalizePlugin implements Plugin\Capability\CommandProvider, Plugin\Capable, Plugin\PluginInterface
{
/**
* @var Composer
*/
private $composer;

/**
* @var IO\IOInterface
*/
private $io;

public function activate(Composer $composer, IO\IOInterface $io): void
{
$this->composer = $composer;
$this->io = $io;
}

public function getCapabilities(): array
Expand Down

0 comments on commit 387588f

Please sign in to comment.