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-xprofile/bp-xprofile-template.php

    r11368 r11447  
    910910 *
    911911 * @param string $value Content to maybe unserialize.
    912  * @return mixed|string
     912 * @return string
    913913 */
    914914function bp_unserialize_profile_field( $value ) {
     
    10881088 * @param bool $deprecated Deprecated boolean parameter.
    10891089 *
    1090  * @return string|mixed
     1090 * @return string|null
    10911091 */
    10921092function bp_profile_group_name( $deprecated = true ) {
Note: See TracChangeset for help on using the changeset viewer.