Explorar o código

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

Fix: Remove unused private property
Jordi Boggiano %!s(int64=9) %!d(string=hai) anos
pai
achega
70f5150893
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/Composer/Installer/PluginInstaller.php

+ 0 - 1
src/Composer/Installer/PluginInstaller.php

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