Browse Source

Fix phpstan build

Jordi Boggiano 5 years ago
parent
commit
5b54a93751
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Composer/Repository/PearRepository.php

+ 1 - 1
src/Composer/Repository/PearRepository.php

@@ -36,7 +36,7 @@ use Composer\Factory;
  */
 class PearRepository extends ArrayRepository
 {
-    public function __construct(array $repoConfig, IOInterface $io, Config $config, HttpDownloader $httpDownloader, EventDispatcher $dispatcher = null)
+    public function __construct()
     {
         throw new \RuntimeException('The PEAR repository has been removed from Composer 2.0');
     }