Skip to content

Commit

Permalink
Make AbstractSchemaManager covariant to its template argument
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkms authored Mar 13, 2024
1 parent cbc2e57 commit 40cc6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/AbstractSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Base class for schema managers. Schema managers are used to inspect and/or
* modify the database schema/structure.
*
* @template T of AbstractPlatform
* @template-covariant T of AbstractPlatform
*/
abstract class AbstractSchemaManager
{
Expand Down

0 comments on commit 40cc6e6

Please sign in to comment.