@@ -425,7 +425,7 @@ |
||
| 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 ); |