浏览代码

Fix phpstan build

Jordi Boggiano 5 年之前
父节点
当前提交
5b54a93751
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 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');
         throw new \RuntimeException('The PEAR repository has been removed from Composer 2.0');
     }
     }