minor #40016 Remove some leftover @experimental annotations (fabpot)

This PR was merged into the 5.3-dev branch.

Discussion
----------

Remove some leftover @experimental annotations

| Q             | A
| ------------- | ---
| Branch?       | 5.x <!-- see below -->
| Bug fix?      | no
| New feature?  | yes <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | n/a

Commits
-------

315d62e661 Remove some leftover @experimental annotations
This commit is contained in:
Fabien Potencier 2021-01-28 07:18:39 +01:00
commit 0c9bf1e12d
3 changed files with 0 additions and 6 deletions

View File

@ -22,8 +22,6 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @author Marcin Szepczynski <szepczynski@gmail.com>
*
* @experimental in 5.3
*/
final class SmsapiTransport extends AbstractTransport
{

View File

@ -18,8 +18,6 @@ use Symfony\Component\Notifier\Transport\TransportInterface;
/**
* @author Marcin Szepczynski <szepczynski@gmail.com>
*
* @experimental in 5.3
*/
final class SmsapiTransportFactory extends AbstractTransportFactory
{

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Notifier\Exception;
/**
* @author Oskar Stark <oskarstark@googlemail.com>
*
* @experimental in 5.3
*/
class MissingRequiredOptionException extends IncompleteDsnException
{