Skip to content

Commit e1e1def

Browse files
committed
feature #39557 [Notifier] [BC BREAK] Final classes (OskarStark)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] [BC BREAK] Final classes | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no, BC BREAK, but experimental <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | --- | License | MIT | Doc PR | --- Commits ------- 733ba61 [Notifier] [BC BREAK] Final classes
2 parents e905b8d + 733ba61 commit e1e1def

File tree

8 files changed

+18
-4
lines changed

8 files changed

+18
-4
lines changed

src/Symfony/Component/Notifier/Bridge/LinkedIn/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
-----
66

77
* The bridge is not marked as `@experimental` anymore
8+
* [BC BREAK] `LinkedInTransportFactory` is now final
89

910
5.2.0
1011
-----

src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransportFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @author Smaïne Milianni <smaine.milianni@gmail.com>
2121
*/
22-
class LinkedInTransportFactory extends AbstractTransportFactory
22+
final class LinkedInTransportFactory extends AbstractTransportFactory
2323
{
2424
public function create(Dsn $dsn): TransportInterface
2525
{
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
5.3.0
5+
-----
6+
7+
* Added the bridge

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

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

2323
/**
2424
* @author Marcin Szepczynski <szepczynski@gmail.com>
25+
*
26+
* @experimental in 5.3
2527
*/
2628
final class SmsapiTransport extends AbstractTransport
2729
{

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919

2020
/**
2121
* @author Marcin Szepczynski <szepczynski@gmail.com>
22+
*
23+
* @experimental in 5.3
2224
*/
23-
class SmsapiTransportFactory extends AbstractTransportFactory
25+
final class SmsapiTransportFactory extends AbstractTransportFactory
2426
{
2527
/**
2628
* @return SmsapiTransport

src/Symfony/Component/Notifier/Bridge/Zulip/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ CHANGELOG
55
-----
66

77
* The bridge is not marked as `@experimental` anymore
8+
* [BC BREAK] `ZulipTransport` is now final
9+
* [BC BREAK] `ZulipTransportFactory` is now final
810

911
5.2.0
1012
-----

src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* @author Mohammad Emran Hasan <phpfour@gmail.com>
2626
*/
27-
class ZulipTransport extends AbstractTransport
27+
final class ZulipTransport extends AbstractTransport
2828
{
2929
private $email;
3030
private $token;

src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransportFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* @author Mohammad Emran Hasan <phpfour@gmail.com>
2222
*/
23-
class ZulipTransportFactory extends AbstractTransportFactory
23+
final class ZulipTransportFactory extends AbstractTransportFactory
2424
{
2525
/**
2626
* @return ZulipTransport

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy