Skip to content

Commit b976720

Browse files
committed
@chalasr review
1 parent 9243669 commit b976720

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
use Symfony\Contracts\Service\ResetInterface;
2626

2727
/**
28+
* @internal since Symfony 5.1
29+
*
2830
* @author Vincent Touzet <vincent.touzet@gmail.com>
2931
* @author Kévin Dunglas <dunglas@gmail.com>
3032
*/

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
/**
1717
* Uses PostgreSQL LISTEN/NOTIFY to push messages to workers.
1818
*
19+
* @internal
20+
* @final
21+
*
1922
* @author Kévin Dunglas <dunglas@gmail.com>
2023
*/
2124
class PostgreSqlConnection extends Connection

0 commit comments

Comments
 (0)