@@ -1692,7 +1692,6 @@ discard block |
||
1692 | 1692 | * |
1693 | 1693 | * @since 4.3.0 |
1694 | 1694 | * |
1695 | - * @param WP_REST_Request $request The request sent to the WP REST API. |
|
1696 | 1695 | * |
1697 | 1696 | * @return object |
1698 | 1697 | */ |
@@ -3969,7 +3968,7 @@ discard block |
||
3969 | 3968 | * |
3970 | 3969 | * @since 9.6.0 |
3971 | 3970 | * |
3972 | - * @return string $licenses List of the licenses stored for this site. |
|
3971 | + * @return string[] $licenses List of the licenses stored for this site. |
|
3973 | 3972 | */ |
3974 | 3973 | public static function get_licenses() { |
3975 | 3974 | return Licensing::instance()->stored_licenses(); |