Skip to content

Commit 1f89902

Browse files
committed
[Notifier] [BC BREAK] Final classes
1 parent 2fc6885 commit 1f89902

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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
-----

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
{

0 commit comments

Comments
 (0)