Skip to content

Commit 40cc6e6

Browse files
authored
Make AbstractSchemaManager covariant to its template argument
1 parent cbc2e57 commit 40cc6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/AbstractSchemaManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Base class for schema managers. Schema managers are used to inspect and/or
2424
* modify the database schema/structure.
2525
*
26-
* @template T of AbstractPlatform
26+
* @template-covariant T of AbstractPlatform
2727
*/
2828
abstract class AbstractSchemaManager
2929
{

0 commit comments

Comments
 (0)