diff --git a/src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php b/src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php index ebf63ffc653ab..6520ac0a35952 100644 --- a/src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php +++ b/src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php @@ -18,7 +18,7 @@ use Symfony\Component\Messenger\Middleware\StackInterface; /** - * Closes connection and therefore saves number of connections + * Closes connection and therefore saves number of connections. * * @author Fuong *