Skip to content

Commit feabb1e

Browse files
committed
[Webhook] Mark component as non experimental
1 parent 20cefc8 commit feabb1e

20 files changed

+5
-41
lines changed

src/Symfony/Component/Webhook/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
6.4
5+
---
6+
7+
* Mark the component as non experimental
8+
49
6.3
510
---
611

src/Symfony/Component/Webhook/Client/AbstractRequestParser.php

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

2020
/**
2121
* @author Fabien Potencier <[email protected]>
22-
*
23-
* @experimental in 6.3
2422
*/
2523
abstract class AbstractRequestParser implements RequestParserInterface
2624
{

src/Symfony/Component/Webhook/Client/RequestParser.php

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

2323
/**
2424
* @author Fabien Potencier <[email protected]>
25-
*
26-
* @experimental in 6.3
2725
*/
2826
class RequestParser extends AbstractRequestParser
2927
{

src/Symfony/Component/Webhook/Client/RequestParserInterface.php

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

1919
/**
2020
* @author Fabien Potencier <[email protected]>
21-
*
22-
* @experimental in 6.3
2321
*/
2422
interface RequestParserInterface
2523
{

src/Symfony/Component/Webhook/Controller/WebhookController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
*
2323
* @author Fabien Potencier <[email protected]>
2424
*
25-
* @experimental in 6.3
26-
*
2725
* @internal
2826
*/
2927
final class WebhookController

src/Symfony/Component/Webhook/Exception/ExceptionInterface.php

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

1414
/**
1515
* @author Fabien Potencier <[email protected]>
16-
*
17-
* @experimental in 6.3
1816
*/
1917
interface ExceptionInterface extends \Throwable
2018
{

src/Symfony/Component/Webhook/Exception/InvalidArgumentException.php

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

1414
/**
1515
* @author Fabien Potencier <[email protected]>
16-
*
17-
* @experimental in 6.3
1816
*/
1917
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
2018
{

src/Symfony/Component/Webhook/Exception/LogicException.php

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

1414
/**
1515
* @author Fabien Potencier <[email protected]>
16-
*
17-
* @experimental in 6.3
1816
*/
1917
class LogicException extends \LogicException implements ExceptionInterface
2018
{

src/Symfony/Component/Webhook/Exception/RejectWebhookException.php

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

1616
/**
1717
* @author Fabien Potencier <[email protected]>
18-
*
19-
* @experimental in 6.3
2018
*/
2119
class RejectWebhookException extends HttpException
2220
{

src/Symfony/Component/Webhook/Exception/RuntimeException.php

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

1414
/**
1515
* @author Fabien Potencier <[email protected]>
16-
*
17-
* @experimental in 6.3
1816
*/
1917
class RuntimeException extends \RuntimeException implements ExceptionInterface
2018
{

0 commit comments

Comments
 (0)