Completed
Push — add/subscription-block-tests ( 854511...58cdf8 )
by
unknown
18:03 queued 07:43
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.