1
0
Fork 0

Fix last phpstan errors

pull/8792/head
Jordi Boggiano 2020-04-15 01:09:39 +02:00
parent 5b54a93751
commit 00ad18b742
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 2 deletions

View File

@ -9,10 +9,8 @@ parameters:
ignoreErrors:
# unused parameters
- '~^Constructor of class Composer\\Repository\\VcsRepository has an unused parameter \$dispatcher\.$~'
- '~^Constructor of class Composer\\Repository\\PearRepository has an unused parameter \$dispatcher\.$~'
- '~^Constructor of class Composer\\Util\\Http\\CurlDownloader has an unused parameter \$disableTls\.$~'
- '~^Constructor of class Composer\\Util\\Http\\CurlDownloader has an unused parameter \$options\.$~'
- '~^Constructor of class Composer\\Repository\\PearRepository has an unused parameter \$config\.$~'
# ion cube is not installed
- '~^Function ioncube_loader_\w+ not found\.$~'