Sfoglia il codice sorgente

Fix: Remove unused private property

Andreas Möller 10 anni fa
parent
commit
3854d2d457
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/Composer/Installer/PluginInstaller.php

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

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