Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b70fd5

Browse filesBrowse files
add iqsms bridge
1 parent 1f1ceda commit 7b70fd5
Copy full SHA for 7b70fd5

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
5.2.0
4+
5.3.0
55
-----
66

77
* Added the bridge

‎src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* @author Oleksandr Barabolia <alexandrbarabolya@gmail.com>
2525
*
26-
* @experimental in 5.2
26+
* @experimental in 5.3
2727
*/
2828
final class IqsmsTransport extends AbstractTransport
2929
{

‎src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransportFactory.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransportFactory.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Oleksandr Barabolia <alexandrbarabolya@gmail.com>
2121
*
22-
* @experimental in 5.2
22+
* @experimental in 5.3
2323
*/
2424
final class IqsmsTransportFactory extends AbstractTransportFactory
2525
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.