Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/04/2017 06:26:55 PM (9 years ago)
Author:
tw2113
Message:

Cleanup from recent Scrutinizer review around documentation and param/return types.

File:
1 edited

Legend:

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

    r11060 r11447  
    192192 *                                          cache key names. Default: the value of $meta_table.
    193193 * }
    194  * @return array|bool Metadata cache for the specified objects, or false on failure.
     194 * @return false|array Metadata cache for the specified objects, or false on failure.
    195195 */
    196196function bp_update_meta_cache( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.