Skip to content

Commit 9459b97

Browse files
committed
fix
1 parent 6238fc3 commit 9459b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* @author Piergiuseppe Longo <piergiuseppe.longo@gmail.com>
2525
*
26-
* @experimental in 5.2
26+
* @experimental in 5.3
2727
*/
2828
final class GatewayApiTransport extends AbstractTransport
2929
{

src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransportFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* @author Piergiuseppe Longo <piergiuseppe.longo@gmail.com>
2222
*
23-
* @experimental in 5.2
23+
* @experimental in 5.3
2424
*/
2525
final class GatewayApiTransportFactory extends AbstractTransportFactory
2626
{

0 commit comments

Comments
 (0)