8000
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 115de5a commit cd8a386Copy full SHA for cd8a386
src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php
@@ -15,11 +15,10 @@
15
* Uses PostgreSQL LISTEN/NOTIFY to push messages to workers.
16
*
17
* @internal
18
- * @final
19
20
* @author Kévin Dunglas <dunglas@gmail.com>
21
*/
22
-class PostgreSqlConnection extends Connection
+final class PostgreSqlConnection extends Connection
23
{
24
/**
25
* * use_notify: Set to false to disable the use of LISTEN/NOTIFY. Default: true
0 commit comments