| @@ -339,9 +339,9 @@ | ||
| 339 | 339 | return $this->common_passwords; |
| 340 | 340 | } |
| 341 | 341 | |
| 342 | 342 | /** |
| 343 | - * Returns the widely known user data that can not be used in the password to avoid | |
| 343 | + * Returns the widely known user data that cannot be used in the password to avoid | |
| 344 | 344 | * predictable strings. |
| 345 | 345 | * |
| 346 | 346 | * @return array user data. |
| 347 | 347 | */ |
| @@ -409,9 +409,9 @@ | ||
| 409 | 409 | * A shorthand for the not in array construct. |
| 410 | 410 | * |
| 411 | 411 | * @param Mixed $needle the needle. |
| 412 | 412 | * @param array $haystack the haystack. |
| 413 | - * @return is the needle not in the haystack? | |
| 413 | + * @return bool is the needle not in the haystack? | |
| 414 | 414 | */ |
| 415 | 415 | protected function negative_in_array( $needle, $haystack ) { |
| 416 | 416 | if ( in_array( $needle, $haystack, true ) ) { |
| 417 | 417 | return false; |