Skip to content

Commit 42dd013

Browse files
Merge branch 'master' of https://github.com/BitbucketAPI/Client
2 parents 443c163 + 05106ad commit 42dd013

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/Api/Repositories/Users.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public function deployKeys(string $repo)
190190
{
191191
return new DeployKeys($this->getHttpClient(), $this->username, $repo);
192192
}
193+
193194
/**
194195
* @param string $repo
195196
*

src/Api/Repositories/Users/Commit/Comments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function list(array $params = [])
3535
}
3636

3737
/**
38-
* @param array $params
38+
* @param array $params
3939
*
4040
* @throws \Http\Client\Exception
4141
*

src/HttpClient/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
use Http\Client\Common\HttpMethodsClient;
1717
use Http\Client\Common\Plugin;
18-
use Http\Client\Common\PluginClientFactory;
19-
use Http\Client\Common\Plugin\CachePlugin;
2018
use Http\Client\Common\Plugin\Cache\Generator\CacheKeyGenerator;
2119
use Http\Client\Common\Plugin\Cache\Generator\HeaderCacheKeyGenerator;
20+
use Http\Client\Common\Plugin\CachePlugin;
21+
use Http\Client\Common\PluginClientFactory;
2222
use Http\Client\HttpClient;
2323
use Http\Discovery\HttpClientDiscovery;
2424
use Http\Discovery\MessageFactoryDiscovery;

0 commit comments

Comments
 (0)