Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/04/2017 06:26:55 PM (8 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-messages/bp-messages-functions.php

    r11375 r11447  
    414414 *
    415415 * @param int $thread_id ID of the thread.
    416  * @return int|null The message thread ID on success, null on failure.
     416 * @return false|int|null The message thread ID on success, null on failure.
    417417 */
    418418function messages_is_valid_thread( $thread_id ) {
Note: See TracChangeset for help on using the changeset viewer.