Skip to content

Commit 24e7648

Browse files
committed
Move @experimental annotations to 5.3
1 parent aaabaf9 commit 24e7648

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

FirebaseOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @see https://firebase.google.com/docs/cloud-messaging/xmpp-server-ref.html
2020
*
21-
* @experimental in 5.2
21+
* @experimental in 5.3
2222
*/
2323
abstract class FirebaseOptions implements MessageOptionsInterface
2424
{

FirebaseTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* @author Jeroen Spee <https://github.com/Jeroeny>
2626
*
27-
* @experimental in 5.2
27+
* @experimental in 5.3
2828
*/
2929
final class FirebaseTransport extends AbstractTransport
3030
{

FirebaseTransportFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Jeroen Spee <https://github.com/Jeroeny>
2121
*
22-
* @experimental in 5.2
22+
* @experimental in 5.3
2323
*/
2424
final class FirebaseTransportFactory extends AbstractTransportFactory
2525
{

Notification/AndroidNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
1515

1616
/**
17-
* @experimental in 5.2
17+
* @experimental in 5.3
1818
*/
1919
final class AndroidNotification extends FirebaseOptions
2020
{

Notification/IOSNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
1515

1616
/**
17-
* @experimental in 5.2
17+
* @experimental in 5.3
1818
*/
1919
final class IOSNotification extends FirebaseOptions
2020
{

Notification/WebNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseOptions;
1515

1616
/**
17-
* @experimental in 5.2
17+
* @experimental in 5.3
1818
*/
1919
final class WebNotification extends FirebaseOptions
2020
{

0 commit comments

Comments
 (0)