Skip to content

Commit b7c5a13

Browse files
committed
mark HttpClient, Request and Response as internal
1 parent 215c9c1 commit b7c5a13

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/Redmine/Http/HttpClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
*
1515
* The client is responsible for ensuring that all data is sent in the correct form and
1616
* that received data is processed correctly.
17+
*
18+
* @internal
1719
*/
1820
interface HttpClient
1921
{

src/Redmine/Http/Request.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*
1010
* The method signatures are defined with the intention that an implementing class
1111
* can implment this interface and also the PSR-7 `\Psr\Http\Message\RequestInterface`
12+
*
13+
* @internal
1214
*/
1315
interface Request
1416
{

src/Redmine/Http/Response.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*
1010
* The method signatures are defined with the intention that an implementing class
1111
* can implment this interface and also the PSR-7 `\Psr\Http\Message\ResponseInterface`
12+
*
13+
* @internal
1214
*/
1315
interface Response
1416
{

0 commit comments

Comments
 (0)