Skip to content

Commit 52c78ef

Browse files
Apply fixes from StyleCI (#51)
1 parent 1e171fe commit 52c78ef

File tree

6 files changed

+1
-7
lines changed

6 files changed

+1
-7
lines changed

tests/Response/ProjectsCreateResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
use Bitbucket\Tests\Resource;
1717
use GuzzleHttp\Psr7\Response;
18-
use Psr\Http\Message\ResponseInterface;
1918

2019
/**
2120
* This is the projects create response.

tests/Response/ProjectsListResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
use Bitbucket\Tests\Resource;
1717
use GuzzleHttp\Psr7\Response;
18-
use Psr\Http\Message\ResponseInterface;
1918

2019
/**
2120
* This is the projects list response.

tests/Response/ProjectsRemoveResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
use Bitbucket\Tests\Resource;
1717
use GuzzleHttp\Psr7\Response;
18-
use Psr\Http\Message\ResponseInterface;
1918

2019
/**
2120
* This is the projects remove response.

tests/Response/ProjectsShowResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
use Bitbucket\Tests\Resource;
1717
use GuzzleHttp\Psr7\Response;
18-
use Psr\Http\Message\ResponseInterface;
1918

2019
/**
2120
* This is the projects show response.

tests/Response/ProjectsUpdateResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
use Bitbucket\Tests\Resource;
1717
use GuzzleHttp\Psr7\Response;
18-
use Psr\Http\Message\ResponseInterface;
1918

2019
/**
2120
* This is the projects update response.

tests/Response/WorkspacesShowResponse.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
use Bitbucket\Tests\Resource;
1717
use GuzzleHttp\Psr7\Response;
18-
use Psr\Http\Message\ResponseInterface;
1918

2019
/**
2120
* This is the workspaces show response.
@@ -30,7 +29,7 @@ final class WorkspacesShowResponse
3029
*/
3130
public function create()
3231
{
33-
$body = Resource::get('workspaces-show-success.json');
32+
$body = Resource::get('workspaces-show-success.json');
3433

3534
return new Response(200, ['Content-Type' => 'application/json'], $body);
3635
}

0 commit comments

Comments
 (0)