We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a67acf commit 214d019Copy full SHA for 214d019
src/Client.php
@@ -130,7 +130,7 @@ public function __construct(Builder $httpClientBuilder = null)
130
*
131
* @return Client
132
*/
133
- public static function createWithHttpClient(ClientInterface $httpClient): Client
+ public static function createWithHttpClient(ClientInterface $httpClient): self
134
{
135
$builder = new Builder($httpClient);
136
src/ResultPagerInterface.php
@@ -14,8 +14,8 @@
14
15
namespace Gitlab;
16
17
-use Gitlab\Api\AbstractApi;
18
use Generator;
+use Gitlab\Api\AbstractApi;
19
20
/**
21
* This is the result pager interface.
0 commit comments