[Messenger] Made final class really final

This commit is contained in:
Grégoire Pineau 2020-02-05 11:10:06 +01:00
parent 115de5a756
commit cd8a386284

View File

@ -15,11 +15,10 @@ namespace Symfony\Component\Messenger\Bridge\Doctrine\Transport;
* Uses PostgreSQL LISTEN/NOTIFY to push messages to workers.
*
* @internal
* @final
*
* @author Kévin Dunglas <dunglas@gmail.com>
*/
class PostgreSqlConnection extends Connection
final class PostgreSqlConnection extends Connection
{
/**
* * use_notify: Set to false to disable the use of LISTEN/NOTIFY. Default: true