10BC0 minor #40016 Remove some leftover @experimental annotations (fabpot) · symfony/symfony@0c9bf1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c9bf1e

Browse files
committed
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 ------- 315d62e Remove some leftover @experimental annotations
2 parents d92ad13 + 315d62e commit 0c9bf1e

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php

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

2323
/**
2424
* @author Marcin Szepczynski <szepczynski@gmail.com>
25-
*
26-
* @experimental in 5.3
2725
*/
2826
final class SmsapiTransport extends AbstractTransport
2927
{

src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransportFactory.php

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

1919
/**
2020
* @author Marcin Szepczynski <szepczynski@gmail.com>
21-
*
22-
* @experimental in 5.3
2321
*/
2422
final class SmsapiTransportFactory extends AbstractTransportFactory
2523
{

src/Symfony/Component/Notifier/Exception/MissingRequiredOptionException.php

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

1414
/**
1515
* @author Oskar Stark <oskarstark@googlemail.com>
16-
*
17-
* @experimental in 5.3
1816
*/
1917
class MissingRequiredOptionException extends IncompleteDsnException
2018
{

0 commit comments

Comments
 (0)
0