Skip to content

Commit 76e363c

Browse files
Update src/SchemaModel.php
Co-authored-by: Jason Adams <jason.adams@stellarwp.com>
1 parent 6039db8 commit 76e363c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SchemaModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ abstract public static function getTableInterface(): Table_Interface;
8585
*
8686
* @since 0.1.0
8787
*
88-
* @return string
88+
* @return class-string<Table_Interface>
8989
*/
9090
protected static function getTableClass(): string {
9191
return get_class( static::getTableInterface() );

0 commit comments

Comments
 (0)