Skip to content

Commit 85423db

Browse files
Merge pull request #4 from BitbucketAPI/analysis-q2dKRr
Apply fixes from StyleCI
2 parents c6a0db3 + 5e9b998 commit 85423db

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Api/Repositories/Users/PullRequests/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class Diff extends AbstractPullRequestsApi
2222
{
2323
/**
24-
* @param array $params
24+
* @param array $params
2525
*
2626
* @throws \Http\Client\Exception
2727
*

src/Api/Repositories/Users/PullRequests/Patch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class Patch extends AbstractPullRequestsApi
2222
{
2323
/**
24-
* @param array $params
24+
* @param array $params
2525
*
2626
* @throws \Http\Client\Exception
2727
*

src/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
use Http\Client\Common\Plugin\HistoryPlugin;
3030
use Http\Client\Common\Plugin\RedirectPlugin;
3131
use Http\Discovery\UriFactoryDiscovery;
32-
use Psr\Cache\CacheItemPoolInterface;
3332

3433
/**
3534
* The Bitbucket API 2.0 client.

0 commit comments

Comments
 (0)