diff --git a/typo3/sysext/core/Classes/Database/ConnectionPool.php b/typo3/sysext/core/Classes/Database/ConnectionPool.php
index 020c29bfac5bfb779ef09cf7b01839b3a1af1d12..58a8c2ff51577a29e86dbe057cfc1a228871d923 100644
--- a/typo3/sysext/core/Classes/Database/ConnectionPool.php
+++ b/typo3/sysext/core/Classes/Database/ConnectionPool.php
@@ -75,7 +75,6 @@ class ConnectionPool
      * @param string $connectionName
      * @return Connection
      * @throws \Doctrine\DBAL\DBALException
-     * @internal
      */
     public function getConnectionByName(string $connectionName): Connection
     {