Problem/Motivation
Currently the docblock has
...
* @return bool
* TRUE if not found, FALSE if found.
*/
But it should be TRUE if found, FALSE if not found.
Originally reported by cbanman
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3251988-3.patch | 1.03 KB | vijaycs85 |
| #2 | 3251988-2.patch | 730 bytes | vijaycs85 |
Comments
Comment #2
vijaycs85Comment #3
vijaycs85Updating the description as well, thanks to @smccabe for the quick offline review.
Comment #4
smccabe commentedConfirmed the function does what the new docblock says. RTBC
Comment #7
catchCommitted/pushed to 10.0.x and cherry-picked to 9.4.x, thanks!