Skip to content

Commit c9f152f

Browse files
Marked all plugins as internal
1 parent c7e619c commit c9f152f

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

lib/Gitlab/HttpClient/Plugin/ApiVersion.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
/**
1111
* Prefix requests path with /api/v4/ if required.
1212
*
13+
* @internal
14+
*
1315
* @final
1416
*
1517
* @author Fabien Bourigault <[email protected]>

lib/Gitlab/HttpClient/Plugin/Authentication.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
/**
1111
* Add authentication to the request.
1212
*
13+
* @internal
14+
*
1315
* @final
1416
*
1517
* @author Tobias Nyholm <[email protected]>

lib/Gitlab/HttpClient/Plugin/GitlabExceptionThrower.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
/**
1616
* A plugin to remember the last response.
1717
*
18+
* @internal
19+
*
1820
* @final
1921
*
2022
* @author Tobias Nyholm <[email protected]>

lib/Gitlab/HttpClient/Plugin/History.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
/**
1010
* A plugin to remember the last response.
1111
*
12+
* @internal
13+
*
1214
* @final
1315
*
1416
* @author Tobias Nyholm <[email protected]>

lib/Gitlab/HttpClient/Plugin/HistoryTrait.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Psr\Http\Message\RequestInterface;
99

1010
if (interface_exists(HttpMethodsClientInterface::class)) {
11+
/**
12+
* @internal
13+
*/
1114
trait HistoryTrait
1215
{
1316
/**
@@ -23,6 +26,9 @@ public function addFailure(RequestInterface $request, ClientExceptionInterface $
2326
}
2427
}
2528
} else {
29+
/**
30+
* @internal
31+
*/
2632
trait HistoryTrait
2733
{
2834
/**

0 commit comments

Comments
 (0)