We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc6885 commit 1f89902Copy full SHA for 1f89902
CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
5
-----
6
7
* The bridge is not marked as `@experimental` anymore
8
+* [BC BREAK] `LinkedInTransportFactory` is now final
9
10
5.2.0
11
LinkedInTransportFactory.php
@@ -19,7 +19,7 @@
19
/**
20
* @author Smaïne Milianni <smaine.milianni@gmail.com>
21
*/
22
-class LinkedInTransportFactory extends AbstractTransportFactory
+final class LinkedInTransportFactory extends AbstractTransportFactory
23
{
24
public function create(Dsn $dsn): TransportInterface
25
0 commit comments