8000 [Messenger] Made final class really final · symfony/symfony@cd8a386 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd8a386

Browse files
committed
[Messenger] Made final class really final
1 parent 115de5a commit cd8a386

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
* Uses PostgreSQL LISTEN/NOTIFY to push messages to workers.
1616
*
1717
* @internal
18-
* @final
1918
*
2019
* @author Kévin Dunglas <dunglas@gmail.com>
2120
*/
22-
class PostgreSqlConnection extends Connection
21+
final class PostgreSqlConnection extends Connection
2322
{
2423
/**
2524
* * use_notify: Set to false to disable the use of LISTEN/NOTIFY. Default: true

0 commit comments

Comments
 (0)
0