Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 04:59:14 PM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: Update incorrect instances of void.

Closes https://github.com/buddypress/buddypress/pull/302
See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-core-recently-active-widget.php

    r13799 r13882  
    5656     * @param array $new_instance The new instance options.
    5757     * @param array $old_instance The old instance options.
    58      * @return array $instance The parsed options to be saved.
    5958     */
    6059    public function update( $new_instance, $old_instance ) {
     
    6968     *
    7069     * @param array $instance Widget instance settings.
    71      * @return void
    7270     */
    7371    public function form( $instance ) {
     
    8280     *
    8381     * @param array $instance Widget instance settings.
    84      * @return array
    8582     */
    8683    public function parse_settings( $instance = array() ) {
Note: See TracChangeset for help on using the changeset viewer.