Completed
Push — add/sso-first-time-notice ( df4af3...e879b5 )
by Jeremy
11:36 queued 04:29
created
modules/sso.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
 	 * Validate the require  two step checkbox in Settings > General
271 271
 	 *
272 272
 	 * @since 2.7
273
-	 * @return boolean
273
+	 * @return integer
274 274
 	 **/
275 275
 	public function validate_jetpack_sso_require_two_step( $input ) {
276 276
 		return ( ! empty( $input ) ) ? 1 : 0;
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
 	 * Validate the match by email check in Settings > General
301 301
 	 *
302 302
 	 * @since 2.9
303
-	 * @return boolean
303
+	 * @return integer
304 304
 	 **/
305 305
 	public function validate_jetpack_sso_match_by_email( $input ) {
306 306
 		return ( ! empty( $input ) ) ? 1 : 0;
@@ -1094,7 +1094,6 @@  discard block
 block discarded – undo
1094 1094
 	 *
1095 1095
 	 * @since 6.9.0
1096 1096
 	 *
1097
-	 * @param string $jitm_id ID of the JITM being displayed.
1098 1097
 	 *
1099 1098
 	 * @return void
1100 1099
 	 */
Please login to merge, or discard this patch.