1
0
Fork 0

Merge pull request #4190 from localheinz/fix/unused-private-property

Fix: Remove unused private property
pull/2819/merge
Jordi Boggiano 2015-06-30 15:14:03 +01:00
commit 70f5150893
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ use Composer\Package\PackageInterface;
class PluginInstaller extends LibraryInstaller
{
private $installationManager;
private static $classCounter = 0;
/**
* Initializes Plugin installer.