File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace Enqueue \Doctrine ;
44
5+ use Doctrine \Bundle \DoctrineBundle \Registry ;
56use Enqueue \ConnectionFactoryFactoryInterface ;
67use Enqueue \Dbal \ManagerRegistryConnectionFactory ;
78use Enqueue \Dsn \Dsn ;
89use Interop \Queue \ConnectionFactory ;
9- use Symfony \Bridge \Doctrine \RegistryInterface ;
1010
1111class DoctrineConnectionFactoryFactory implements ConnectionFactoryFactoryInterface
1212{
1313 /**
14- * @var RegistryInterface
14+ * @var Registry
1515 */
1616 private $ doctrine ;
1717
@@ -20,7 +20,7 @@ class DoctrineConnectionFactoryFactory implements ConnectionFactoryFactoryInterf
2020 */
2121 private $ fallbackFactory ;
2222
23- public function __construct (RegistryInterface $ doctrine , ConnectionFactoryFactoryInterface $ fallbackFactory )
23+ public function __construct (Registry $ doctrine , ConnectionFactoryFactoryInterface $ fallbackFactory )
2424 {
2525 $ this ->doctrine = $ doctrine ;
2626 $ this ->fallbackFactory = $ fallbackFactory ;
You can’t perform that action at this time.
0 commit comments