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

Remove unused private properties

This commit is contained in:
Gabriel Caruso 2019-07-24 02:48:48 +02:00
parent e022c07370
commit 6c8ddd4d57
No known key found for this signature in database
GPG key ID: 4B385A6EE6C9678D
4 changed files with 0 additions and 7 deletions

View file

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