Skip to content

Commit fe4bc88

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Update type declaration for Doctrine DBAL Connection
2 parents 31b0fca + 5a5a6cd commit fe4bc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/dbal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object::
4747
// src/Controller/UserController.php
4848
namespace App\Controller;
4949

50-
use Doctrine\DBAL\Driver\Connection;
50+
use Doctrine\DBAL\Connection;
5151
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
5252
use Symfony\Component\HttpFoundation\Response;
5353

0 commit comments

Comments
 (0)