1
0
Fork 0

Merge pull request #8240 from carusogabriel/remove-unused-private-properties

Remove unused private properties
pull/8252/head
Jordi Boggiano 2019-07-29 18:06:55 +02:00 committed by GitHub
commit d9c2f00891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 7 deletions

View File

@ -19,8 +19,6 @@ use Composer\CaBundle\CaBundle;
*/ */
final class TlsHelper final class TlsHelper
{ {
private static $useOpensslParse;
/** /**
* Match hostname against a certificate. * Match hostname against a certificate.
* *

View File

@ -23,7 +23,6 @@ class ZipDownloaderTest extends TestCase
* @var string * @var string
*/ */
private $testDir; private $testDir;
private $prophet;
private $io; private $io;
private $config; private $config;

View File

@ -23,12 +23,9 @@ use RecursiveIteratorIterator;
*/ */
class GitHubTest extends TestCase class GitHubTest extends TestCase
{ {
private $username = 'username';
private $password = 'password'; private $password = 'password';
private $authcode = 'authcode';
private $message = 'mymessage'; private $message = 'mymessage';
private $origin = 'github.com'; private $origin = 'github.com';
private $token = 'githubtoken';
public function testUsernamePasswordAuthenticationFlow() public function testUsernamePasswordAuthenticationFlow()
{ {

View File

@ -23,7 +23,6 @@ class GitLabTest extends TestCase
{ {
private $username = 'username'; private $username = 'username';
private $password = 'password'; private $password = 'password';
private $authcode = 'authcode';
private $message = 'mymessage'; private $message = 'mymessage';
private $origin = 'gitlab.com'; private $origin = 'gitlab.com';
private $token = 'gitlabtoken'; private $token = 'gitlabtoken';