Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f31ca6

Browse files
committed
removed @experimental annotations
1 parent 835f6b0 commit 1f31ca6

File tree

246 files changed

+0
-478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+0
-478
lines changed

src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* Closes connection and therefore saves number of connections.
2020
*
2121
* @author Fuong <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
class DoctrineCloseConnectionMiddleware extends AbstractDoctrineMiddleware
2624
{

src/Symfony/Bridge/Doctrine/Messenger/DoctrinePingConnectionMiddleware.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* Checks whether the connection is still open or reconnects otherwise.
2020
*
2121
* @author Fuong <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
class DoctrinePingConnectionMiddleware extends AbstractDoctrineMiddleware
2624
{

src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* Wraps all handlers in a single doctrine transaction.
2222
*
2323
* @author Tobias Nyholm <[email protected]>
24-
*
25-
* @experimental in 4.3
2624
*/
2725
class DoctrineTransactionMiddleware extends AbstractDoctrineMiddleware
2826
{

src/Symfony/Bridge/Twig/Mime/BodyRenderer.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 4.3
2321
*/
2422
final class BodyRenderer implements BodyRendererInterface
2523
{

src/Symfony/Bridge/Twig/Mime/TemplatedEmail.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 4.3
2018
*/
2119
class TemplatedEmail extends Email
2220
{

src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* @internal
2020
*
2121
* @author Fabien Potencier <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
final class WrappedTemplatedEmail
2624
{

src/Symfony/Component/Cache/Adapter/AbstractTagAwareAdapter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* @author André Rømcke <[email protected]>
3030
*
3131
* @internal
32-
* @experimental in 4.3
3332
*/
3433
abstract class AbstractTagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterface, LoggerAwareInterface, ResettableInterface
3534
{

src/Symfony/Component/Cache/Adapter/FilesystemTagAwareAdapter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
*
2424
* @author Nicolas Grekas <[email protected]>
2525
* @author André Rømcke <[email protected]>
26-
*
27-
* @experimental in 4.3
2826
*/
2927
class FilesystemTagAwareAdapter extends AbstractTagAwareAdapter implements PruneableInterface
3028
{

src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
*
4242
* @author Nicolas Grekas <[email protected]>
4343
* @author André Rømcke <[email protected]>
44-
*
45-
* @experimental in 4.3
4644
*/
4745
class RedisTagAwareAdapter extends AbstractTagAwareAdapter
4846
{

src/Symfony/Component/HttpClient/CurlHttpClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
* HTTP/2 push when a curl version that supports it is installed.
3232
*
3333
* @author Nicolas Grekas <[email protected]>
34-
*
35-
* @experimental in 4.3
3634
*/
3735
final class CurlHttpClient implements HttpClientInterface, LoggerAwareInterface
3836
{

src/Symfony/Component/HttpClient/Exception/ClientException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Represents a 4xx response.
1818
*
1919
* @author Nicolas Grekas <[email protected]>
20-
*
21-
* @experimental in 4.3
2220
*/
2321
final class ClientException extends \RuntimeException implements ClientExceptionInterface
2422
{

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

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

1616
/**
1717
* @author Nicolas Grekas <[email protected]>
18-
*
19-
* @experimental in 4.3
2018
*/
2119
final class InvalidArgumentException extends \InvalidArgumentException implements TransportExceptionInterface
2220
{

src/Symfony/Component/HttpClient/Exception/JsonException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Thrown by responses' toArray() method when their content cannot be JSON-decoded.
1818
*
1919
* @author Nicolas Grekas <[email protected]>
20-
*
21-
* @experimental in 4.3
2220
*/
2321
final class JsonException extends \JsonException implements DecodingExceptionInterface
2422
{

src/Symfony/Component/HttpClient/Exception/RedirectionException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Represents a 3xx response.
1818
*
1919
* @author Nicolas Grekas <[email protected]>
20-
*
21-
* @experimental in 4.3
2220
*/
2321
final class RedirectionException extends \RuntimeException implements RedirectionExceptionInterface
2422
{

src/Symfony/Component/HttpClient/Exception/ServerException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Represents a 5xx response.
1818
*
1919
* @author Nicolas Grekas <[email protected]>
20-
*
21-
* @experimental in 4.3
2220
*/
2321
final class ServerException extends \RuntimeException implements ServerExceptionInterface
2422
{

src/Symfony/Component/HttpClient/Exception/TransportException.php

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

1616
/**
1717
* @author Nicolas Grekas <[email protected]>
18-
*
19-
* @experimental in 4.3
2018
*/
2119
final class TransportException extends \RuntimeException implements TransportExceptionInterface
2220
{

src/Symfony/Component/HttpClient/HttpClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* A factory to instantiate the best possible HTTP client for the runtime.
1818
*
1919
* @author Nicolas Grekas <[email protected]>
20-
*
21-
* @experimental in 4.3
2220
*/
2321
final class HttpClient
2422
{

src/Symfony/Component/HttpClient/HttpClientTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* All methods are static to prevent implementers from creating memory leaks via circular references.
2020
*
2121
* @author Nicolas Grekas <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
trait HttpClientTrait
2624
{

src/Symfony/Component/HttpClient/HttpOptions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* @see HttpClientInterface for a description of each options.
2020
*
2121
* @author Nicolas Grekas <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
class HttpOptions
2624
{

src/Symfony/Component/HttpClient/NativeHttpClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
* but each request is opened synchronously.
3030
*
3131
* @author Nicolas Grekas <[email protected]>
32-
*
33-
* @experimental in 4.3
3432
*/
3533
final class NativeHttpClient implements HttpClientInterface, LoggerAwareInterface
3634
{

src/Symfony/Component/HttpClient/Psr18Client.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
* and stream factories with flex-provided autowiring aliases.
4545
*
4646
* @author Nicolas Grekas <[email protected]>
47-
*
48-
* @experimental in 4.3
4947
*/
5048
final class Psr18Client implements ClientInterface, RequestFactoryInterface, StreamFactoryInterface, UriFactoryInterface
5149
{

src/Symfony/Component/HttpClient/ScopingHttpClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* Auto-configure the default options based on the requested URL.
2121
*
2222
* @author Anthony Martin <[email protected]>
23-
*
24-
* @experimental in 4.3
2523
*/
2624
class ScopingHttpClient implements HttpClientInterface
2725
{

src/Symfony/Component/Mailer/Bridge/Amazon/Http/Api/SesTransport.php

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

2222
/**
2323
* @author Kevin Verschaeve
24-
*
25-
* @experimental in 4.3
2624
*/
2725
class SesTransport extends AbstractApiTransport
2826
{

src/Symfony/Component/Mailer/Bridge/Amazon/Http/SesTransport.php

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

2121
/**
2222
* @author Kevin Verschaeve
23-
*
24-
* @experimental in 4.3
2523
*/
2624
class SesTransport extends AbstractHttpTransport
2725
{

src/Symfony/Component/Mailer/Bridge/Amazon/Smtp/SesTransport.php

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

1818
/**
1919
* @author Kevin Verschaeve
20-
*
21-
* @experimental in 4.3
2220
*/
2321
class SesTransport extends EsmtpTransport
2422
{

src/Symfony/Component/Mailer/Bridge/Google/Smtp/GmailTransport.php

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

1818
/**
1919
* @author Kevin Verschaeve
20-
*
21-
* @experimental in 4.3
2220
*/
2321
class GmailTransport extends EsmtpTransport
2422
{

src/Symfony/Component/Mailer/Bridge/Mailchimp/Http/Api/MandrillTransport.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
/**
2323
* @author Kevin Verschaeve
24-
* @experimental in 4.3
2524
*/
2625
class MandrillTransport extends AbstractApiTransport
2726
{

src/Symfony/Component/Mailer/Bridge/Mailchimp/Http/MandrillTransport.php

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

2121
/**
2222
* @author Kevin Verschaeve
23-
*
24-
* @experimental in 4.3
2523
*/
2624
class MandrillTransport extends AbstractHttpTransport
2725
{

src/Symfony/Component/Mailer/Bridge/Mailchimp/Smtp/MandrillTransport.php

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

1818
/**
1919
* @author Kevin Verschaeve
20-
*
21-
* @experimental in 4.3
2220
*/
2321
class MandrillTransport extends EsmtpTransport
2422
{

src/Symfony/Component/Mailer/Bridge/Mailgun/Http/Api/MailgunTransport.php

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

2323
/**
2424
* @author Kevin Verschaeve
25-
*
26-
* @experimental in 4.3
2725
*/
2826
class MailgunTransport extends AbstractApiTransport
2927
{

src/Symfony/Component/Mailer/Bridge/Mailgun/Http/MailgunTransport.php

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

2323
/**
2424
* @author Kevin Verschaeve
25-
*
26-
* @experimental in 4.3
2725
*/
2826
class MailgunTransport extends AbstractHttpTransport
2927
{

src/Symfony/Component/Mailer/Bridge/Mailgun/Smtp/MailgunTransport.php

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

1818
/**
1919
* @author Kevin Verschaeve
20-
*
21-
* @experimental in 4.3
2220
*/
2321
class MailgunTransport extends EsmtpTransport
2422
{

src/Symfony/Component/Mailer/Bridge/Postmark/Http/Api/PostmarkTransport.php

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

2222
/**
2323
* @author Kevin Verschaeve
24-
*
25-
* @experimental in 4.3
2624
*/
2725
class PostmarkTransport extends AbstractApiTransport
2826
{

src/Symfony/Component/Mailer/Bridge/Postmark/Smtp/PostmarkTransport.php

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

1818
/**
1919
* @author Kevin Verschaeve
20-
*
21-
* @experimental in 4.3
2220
*/
2321
class PostmarkTransport extends EsmtpTransport
2422
{

src/Symfony/Component/Mailer/Bridge/Sendgrid/Http/Api/SendgridTransport.php

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

2323
/**
2424
* @author Kevin Verschaeve
25-
*
26-
* @experimental in 4.3
2725
*/
2826
class SendgridTransport extends AbstractApiTransport
2927
{

src/Symfony/Component/Mailer/Bridge/Sendgrid/Smtp/SendgridTransport.php

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

1818
/**
1919
* @author Kevin Verschaeve
20-
*
21-
* @experimental in 4.3
2220
*/
2321
class SendgridTransport extends EsmtpTransport
2422
{

src/Symfony/Component/Mailer/DelayedSmtpEnvelope.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
/**
2020
* @author Fabien Potencier <[email protected]>
2121
*
22-
* @experimental in 4.3
23-
*
2422
* @internal
2523
*/
2624
final class DelayedSmtpEnvelope extends SmtpEnvelope

src/Symfony/Component/Mailer/Event/MessageEvent.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* Allows the transformation of a Message.
2020
*
2121
* @author Fabien Potencier <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
class MessageEvent extends Event
2624
{

src/Symfony/Component/Mailer/EventListener/EnvelopeListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* Manipulates the Envelope of a Message.
2020
*
2121
* @author Fabien Potencier <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
class EnvelopeListener implements EventSubscriberInterface
2624
{

src/Symfony/Component/Mailer/EventListener/MessageListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* Manipulates the headers and the body of a Message.
2222
*
2323
* @author Fabien Potencier <[email protected]>
24-
*
25-
* @experimental in 4.3
2624
*/
2725
class MessageListener implements EventSubscriberInterface
2826
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* Exception interface for all exceptions thrown by the component.
1616
*
1717
* @author Fabien Potencier <[email protected]>
18-
*
19-
* @experimental in 4.3
2018
*/
2119
interface ExceptionInterface extends \Throwable
2220
{

src/Symfony/Component/Mailer/Exception/HttpTransportException.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 4.3
1816
*/
1917
class HttpTransportException extends TransportException
2018
{

src/Symfony/Component/Mailer/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 4.3
1816
*/
1917
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
2018
{

src/Symfony/Component/Mailer/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 4.3
1816
*/
1917
class LogicException extends \LogicException implements ExceptionInterface
2018
{

0 commit comments

Comments
 (0)