Explorar el Código

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

Fix: Remove unused private property
Jordi Boggiano hace 9 años
padre
commit
70f5150893
Se han modificado 1 ficheros con 0 adiciones y 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.