Completed
Push — try/add-licensing-status ( 1ebf19 )
by Jeremy
187:59 queued 178:29
created
projects/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1692,7 +1692,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.