Completed
Push — add/password-package ( 5e4458...5968b4 )
by
unknown
751:02 queued 723:35
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
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
 	 *
290 290
 	 * @param array $test_data the current test data.
291 291
 	 *
292
-	 * @return bool does the test pass?
292
+	 * @return integer does the test pass?
293 293
 	 */
294 294
 	protected function test_preg_match( $test_data ) {
295 295
 		return preg_match( $test_data['pattern'], $this->password );
Please login to merge, or discard this patch.