Completed
Push — try/add-licensing-status ( 1ebf19 )
by Jeremy
187:59 queued 178:29
created
projects/packages/changelogger/src/Plugins/WordpressVersioning.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
 	 * Extract the index and count from a prerelease string.
139 139
 	 *
140 140
 	 * @param string|null $s String.
141
-	 * @return array Two elements: index and count.
141
+	 * @return integer[] Two elements: index and count.
142 142
 	 * @throws InvalidArgumentException If the string is invalid.
143 143
 	 */
144 144
 	private function parsePrerelease( $s ) {
Please login to merge, or discard this patch.
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.