Skip to content

Commit 100e41e

Browse files
committed
Fix phpstan
1 parent d483193 commit 100e41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Tables/Contracts/Table_Interface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static function get_searchable_columns(): Column_Collection;
6060
*
6161
* @since 3.0.0
6262
*
63-
* @return array<string, callable:Table_Schema_Interface> The schema history for the table. The key is the version and the value is a callable that returns a Table_Schema_Interface object.
63+
* @return array<string, callable> The schema history for the table. The key is the version and the value is a callable that returns a Table_Schema_Interface object.
6464
*/
6565
public static function get_schema_history(): array;
6666

0 commit comments

Comments
 (0)