mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
f31b820b09
commit
c8aea719b1
19 changed files with 56 additions and 43 deletions
|
@ -252,7 +252,7 @@ class RemoteFilesystemTest extends TestCase
|
|||
$io
|
||||
->expects($this->any())
|
||||
->method('hasAuthentication')
|
||||
->will($this->returnCallback(function($arg) use (&$domains) {
|
||||
->will($this->returnCallback(function ($arg) use (&$domains) {
|
||||
$domains[] = $arg;
|
||||
// first time is called with bitbucket.org, then it redirects to bbuseruploads.s3.amazonaws.com so next time we have no auth configured
|
||||
return $arg === 'bitbucket.org';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue