We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc2e57 commit 40cc6e6Copy full SHA for 40cc6e6
src/Schema/AbstractSchemaManager.php
@@ -23,7 +23,7 @@
23
* Base class for schema managers. Schema managers are used to inspect and/or
24
* modify the database schema/structure.
25
*
26
- * @template T of AbstractPlatform
+ * @template-covariant T of AbstractPlatform
27
*/
28
abstract class AbstractSchemaManager
29
{
0 commit comments