Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b8adc9

Browse files
committed
minor #35600 [Messenger] Made final class really final (lyrixx)
This PR was merged into the 5.1-dev branch. Discussion ---------- [Messenger] Made final class really final | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | introduced in #35485 (so no BC break) Commits ------- cd8a386 [Messenger] Made final class really final
2 parents 115de5a + cd8a386 commit 0b8adc9

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 <[email protected]>
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)