8000 [HttpClient] remove "experimental" annotations · marcw/symfony@db4cb51 · GitHub
[go: up one dir, main page]

Skip to content

Commit db4cb51

Browse files
[HttpClient] remove "experimental" annotations
1 parent fb90fb3 commit db4cb51

9 files changed

+0
-19
lines changed

src/Symfony/Contracts/HttpClient/Exception/ClientExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* When a 4xx response is returned.
1616
*
1717
* @author Nicolas Grekas <p@tchwork.com>
18-
*
19-
* @experimental in 1.1
2018
*/
2119
interface ClientExceptionInterface extends HttpExceptionInterface
2220
{

src/Symfony/Contracts/HttpClient/Exception/DecodingExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* When a content-type cannot be decoded to the expected representation.
1616
*
1717
* @author Nicolas Grekas <p@tchwork.com>
18-
*
19-
* @experimental in 1.1
2018
*/
2119
interface DecodingExceptionInterface extends ExceptionInterface
2220
{

src/Symfony/Contracts/HttpClient/Exception/ExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* The base interface for all exceptions in the contract.
1616
*
1717
* @author Nicolas Grekas <p@tchwork.com>
18-
*
19-
* @experimental in 1.1
2018
*/
2119
interface ExceptionInterface extends \Throwable
2220
{

src/Symfony/Contracts/HttpClient/Exception/HttpExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Base interface for HTTP-related exceptions.
1818
*
1919
* @author Anton Chernikov <anton_ch1989@mail.ru>
20-
*
21-
* @experimental in 1.1
2220
*/
2321
interface HttpExceptionInterface extends ExceptionInterface
2422
{

src/Symfony/Contracts/HttpClient/Exception/RedirectionExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* When a 3xx response is returned and the "max_redirects" option has been reached.
1616
*
1717
* @author Nicolas Grekas <p@tchwork.com>
18-
*
19-
* @experimental in 1.1
2018
*/
2119
interface RedirectionExceptionInterface extends HttpExceptionInterface
2220
{

src/Symfony/Contracts/HttpClient/Exception/ServerExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* When a 5xx response is returned.
1616
*
1717
* @author Nicolas Grekas <p@tchwork.com>
18-
*
19-
* @experimental in 1.1
2018
*/
2119
interface ServerExceptionInterface extends HttpExceptionInterface
2220
{

src/Symfony/Contracts/HttpClient/Exception/TransportExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* When any error happens at the transport level.
1616
*
1717
* @author Nicolas Grekas <p@tchwork.com>
18-
*
19-
* @experimental in 1.1
2018
*/
2119
interface TransportExceptionInterface extends ExceptionInterface
2220
{

src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
/**
2121
* A reference test suite for HttpClientInterface implementations.
22-
*
23-
* @experimental in 1.1
2422
*/
2523
abstract class HttpClientTestCase extends TestCase
2624
{

src/Symfony/Contracts/HttpClient/Test/TestHttpServer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
use Symfony\Component\Process\PhpExecutableFinder;
1515
use Symfony\Component\Process\Process;
1616

17-
/**
18-
* @experimental in 1.1
19-
*/
2017
class TestHttpServer
2118
{
2219
private static $started;

0 commit comments

Comments
 (0)
0