Closed joeldcanfield closed 1 year ago
@joeldcanfield Are you up for a pull request against the docblock?
Sure.
Grr. I cannot find the documentation that states this. Perhaps I need to switch from tea to coffee.
Please ignore my last two comments. I will come back when I'm not distracted. Apologies.
Ah, no worries, and no pressure!
The docblock that powers the documentation for this particular check can be found here: https://github.com/wp-cli/doctor-command/blob/c5593f15958124c82025a7e9558daff90d34018d/inc/checks/class-cache-flush.php#L10
thanks for the fix; working on wrapping what's left of my head around the process (one I used to understand well)
Documentation states
cache-flush | Detects the number of occurrences of the wp_cache_flush() function.
when it appears that the check is binary:
is used
,not used
.Documentation could say
cache-flush | Detects any use of the wp_cache_flush() function.