Skip to content

Commit ed7db7d

Browse files
committed
Ensure DriverType fallback detection is tested and working
1 parent 782a1cb commit ed7db7d

File tree

2 files changed

+190
-189
lines changed

2 files changed

+190
-189
lines changed

src/Doctrine/Driver/DriverType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class DriverType
3939

4040

4141
/**
42-
* @return self::*
42+
* @return self::*|null
4343
*/
4444
public static function detect(Connection $connection): ?string
4545
{

0 commit comments

Comments
 (0)