File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,27 @@ abstract class TransportFactoryTestCase extends TestCase
37
37
38
38
abstract public function getFactory (): TransportFactoryInterface ;
39
39
40
+ /**
41
+ * @psalm-return iterable<array{0: Dsn, 1: bool}>
42
+ */
40
43
abstract public static function supportsProvider (): iterable ;
41
44
45
+ /**
46
+ * @psalm-return iterable<array{0: Dsn, 1: TransportInterface}>
47
+ */
42
48
abstract public static function createProvider (): iterable ;
43
49
50
+ /**
51
+ * @psalm-return iterable<array{0: Dsn, 1?: string|null}>
52
+ */
44
53
public static function unsupportedSchemeProvider (): iterable
45
54
{
46
55
return [];
47
56
}
48
57
58
+ /**
59
+ * @psalm-return iterable<array{0: Dsn}>
60
+ */
49
61
public static function incompleteDsnProvider (): iterable
50
62
{
51
63
return [];
You can’t perform that action at this time.
0 commit comments