Merge pull request #4190 from localheinz/fix/unused-private-property
Fix: Remove unused private propertypull/2819/merge
commit
70f5150893
|
@ -26,7 +26,6 @@ use Composer\Package\PackageInterface;
|
|||
class PluginInstaller extends LibraryInstaller
|
||||
{
|
||||
private $installationManager;
|
||||
private static $classCounter = 0;
|
||||
|
||||
/**
|
||||
* Initializes Plugin installer.
|
||||
|
|
Loading…
Reference in New Issue