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-core/classes/class-bp-core-login-widget.php

    r13818 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 Settings for this widget.
    71      * @return void
    7270     */
    7371    public function form( $instance = array() ) {
Note: See TracChangeset for help on using the changeset viewer.