1
0
Fork 0

Fix phpstan build

pull/8792/head
Jordi Boggiano 2020-04-15 00:33:52 +02:00
parent 44a4429978
commit 5b54a93751
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}