Skip to content

Remove @experimental annotations #32277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* Closes connection and therefore saves number of connections.
*
* @author Fuong <insidestyles@gmail.com>
*
* @experimental in 4.3
*/
class DoctrineCloseConnectionMiddleware extends AbstractDoctrineMiddleware
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* Checks whether the connection is still open or reconnects otherwise.
*
* @author Fuong <insidestyles@gmail.com>
*
* @experimental in 4.3
*/
class DoctrinePingConnectionMiddleware extends AbstractDoctrineMiddleware
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
* Wraps all handlers in a single doctrine transaction.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*
* @experimental in 4.3
*/
class DoctrineTransactionMiddleware extends AbstractDoctrineMiddleware
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Bridge/Twig/Mime/BodyRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
final class BodyRenderer implements BodyRendererInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
class TemplatedEmail extends Email
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* @internal
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
final class WrappedTemplatedEmail
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* @author André Rømcke <andre.romcke+symfony@gmail.com>
*
* @internal
* @experimental in 4.3
*/
abstract class AbstractTagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterface, LoggerAwareInterface, ResettableInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
*
* @author Nicolas Grekas <p@tchwork.com>
* @author André Rømcke <andre.romcke+symfony@gmail.com>
*
* @experimental in 4.3
*/
class FilesystemTagAwareAdapter extends AbstractTagAwareAdapter implements PruneableInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
*
* @author Nicolas Grekas <p@tchwork.com>
* @author André Rømcke <andre.romcke+symfony@gmail.com>
*
* @experimental in 4.3
*/
class RedisTagAwareAdapter extends AbstractTagAwareAdapter
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/HttpClient/CurlHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
* HTTP/2 push when a curl version that supports it is installed.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class CurlHttpClient implements HttpClientInterface, LoggerAwareInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* Represents a 4xx response.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class ClientException extends \RuntimeException implements ClientExceptionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class InvalidArgumentException extends \InvalidArgumentException implements TransportExceptionInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/HttpClient/Exception/JsonException.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* Thrown by responses' toArray() method when their content cannot be JSON-decoded.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class JsonException extends \JsonException implements DecodingExceptionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* Represents a 3xx response.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class RedirectionException extends \RuntimeException implements RedirectionExceptionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* Represents a 5xx response.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class ServerException extends \RuntimeException implements ServerExceptionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

/**
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class TransportException extends \RuntimeException implements TransportExceptionInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/HttpClient/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* A factory to instantiate the best possible HTTP client for the runtime.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class HttpClient
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/HttpClient/HttpClientTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* All methods are static to prevent implementers from creating memory leaks via circular references.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
trait HttpClientTrait
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/HttpClient/HttpOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* @see HttpClientInterface for a description of each options.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
class HttpOptions
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/HttpClient/NativeHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
* but each request is opened synchronously.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class NativeHttpClient implements HttpClientInterface, LoggerAwareInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/HttpClient/Psr18Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
* and stream factories with flex-provided autowiring aliases.
*
* @author Nicolas Grekas <p@tchwork.com>
*
* @experimental in 4.3
*/
final class Psr18Client implements ClientInterface, RequestFactoryInterface, StreamFactoryInterface, UriFactoryInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/HttpClient/ScopingHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
* Auto-configure the default options based on the requested URL.
*
* @author Anthony Martin <anthony.martin@sensiolabs.com>
*
* @experimental in 4.3
*/
class ScopingHttpClient implements HttpClientInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SesTransport extends AbstractApiTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SesTransport extends AbstractHttpTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SesTransport extends EsmtpTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class GmailTransport extends EsmtpTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

/**
* @author Kevin Verschaeve
* @experimental in 4.3
*/
class MandrillTransport extends AbstractApiTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MandrillTransport extends AbstractHttpTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MandrillTransport extends EsmtpTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MailgunTransport extends AbstractApiTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MailgunTransport extends AbstractHttpTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class MailgunTransport extends EsmtpTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class PostmarkTransport extends AbstractApiTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class PostmarkTransport extends EsmtpTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SendgridTransport extends AbstractApiTransport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

/**
* @author Kevin Verschaeve
*
* @experimental in 4.3
*/
class SendgridTransport extends EsmtpTransport
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Mailer/DelayedSmtpEnvelope.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*
* @internal
*/
final class DelayedSmtpEnvelope extends SmtpEnvelope
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Mailer/Event/MessageEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* Allows the transformation of a Message.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
class MessageEvent extends Event
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* Manipulates the Envelope of a Message.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
class EnvelopeListener implements EventSubscriberInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
* Manipulates the headers and the body of a Message.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
class MessageListener implements EventSubscriberInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Mailer/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* Exception interface for all exceptions thrown by the component.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
interface ExceptionInterface extends \Throwable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
class HttpTransportException extends TransportException
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Mailer/Exception/LogicException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
*/
class LogicException extends \LogicException implements ExceptionInterface
{
Expand Down
Loading