File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff line change 1515
1616use Http \Client \Common \HttpMethodsClient ;
1717use Http \Client \Common \Plugin ;
18- use Http \Client \Common \PluginClientFactory ;
19- use Http \Client \Common \Plugin \CachePlugin ;
2018use Http \Client \Common \Plugin \Cache \Generator \CacheKeyGenerator ;
2119use Http \Client \Common \Plugin \Cache \Generator \HeaderCacheKeyGenerator ;
20+ use Http \Client \Common \Plugin \CachePlugin ;
21+ use Http \Client \Common \PluginClientFactory ;
2222use Http \Client \HttpClient ;
2323use Http \Discovery \HttpClientDiscovery ;
2424use Http \Discovery \MessageFactoryDiscovery ;
You can’t perform that action at this time.
0 commit comments