Completed
Push — e2e/e2e-page-actions ( 66d3fd...25d653 )
by
unknown
26:29 queued 15:24
created
projects/packages/password-checker/src/class-password-checker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -281,7 +281,7 @@
 block discarded – undo
281 281
 	 * @param string $password  the password.
282 282
 	 * @param array  $test_data the current test data.
283 283
 	 *
284
-	 * @return bool does the test pass?
284
+	 * @return integer does the test pass?
285 285
 	 */
286 286
 	protected function test_preg_match( $password, $test_data ) {
287 287
 		return preg_match( $test_data['pattern'], $password );
Please login to merge, or discard this patch.