1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Upgrade PHPStan to 1.0 (#10253)

Co-authored-by: Martin Herndl <martin@herndl.org>
This commit is contained in:
Jordi Boggiano 2021-11-14 20:42:24 +01:00 committed by GitHub
parent 61b50cb7ec
commit f509c41280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 85 additions and 106 deletions

View file

@ -32,8 +32,6 @@ class GitBitbucketDriverTest extends TestCase
private $httpDownloader;
/** @var string */
private $home;
/** @var string */
private $originUrl = 'bitbucket.org';
protected function setUp()
{