Skip to content

Commit 9f6c0d2

Browse files
Merge branch '11.0' of github.com:GitLabPHP/Client into 11.0
2 parents 952f4e2 + 214d019 commit 9f6c0d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function __construct(Builder $httpClientBuilder = null)
130130
*
131131
* @return Client
132132
*/
133-
public static function createWithHttpClient(ClientInterface $httpClient): Client
133+
public static function createWithHttpClient(ClientInterface $httpClient): self
134134
{
135135
$builder = new Builder($httpClient);
136136

src/ResultPagerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
namespace Gitlab;
1616

17-
use Gitlab\Api\AbstractApi;
1817
use Generator;
18+
use Gitlab\Api\AbstractApi;
1919

2020
/**
2121
* This is the result pager interface.

0 commit comments

Comments
 (0)