Completed
Push — add/password-package ( ec4548...5910be )
by
unknown
810:18 queued 784:17
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
@@ -425,7 +425,7 @@
 block discarded – undo
425 425
 	 *
426 426
 	 * @param Mixed $needle the needle.
427 427
 	 * @param array $haystack the haystack.
428
-	 * @return is the needle not in the haystack?
428
+	 * @return boolean the needle not in the haystack?
429 429
 	 */
430 430
 	protected function negative_in_array( $needle, $haystack ) {
431 431
 		return ! in_array( $needle, $haystack, true );
Please login to merge, or discard this patch.