Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:06:10 AM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: remove superfluous comments from boolean returns.

See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-cache.php

    r13573 r13890  
    324324 * @param string $key   Unique key for the query. Usually a SQL string.
    325325 * @param string $group Cache group. Eg 'bp_activity'.
    326  * @return bool True on successful removal, false on failure.
     326 * @return bool
    327327 */
    328328function bp_core_delete_incremented_cache( $key, $group ) {
     
    382382 *
    383383 * @param string $group Cache group. Eg 'bp_activity'.
    384  * @return bool True on success, false on failure.
     384 * @return bool
    385385 */
    386386function bp_core_reset_incrementor( $group ) {
Note: See TracChangeset for help on using the changeset viewer.