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-members-widget.php

    r13799 r13882  
    6666     * @param array $new_instance The new instance options.
    6767     * @param array $old_instance The old instance options.
    68      * @return array $instance The parsed options to be saved.
    6968     */
    7069    public function update( $new_instance, $old_instance ) {
     
    7978     *
    8079     * @param array $instance Widget instance settings.
    81      * @return void
    8280     */
    8381    public function form( $instance ) {
     
    9290     *
    9391     * @param array $instance Widget instance settings.
    94      * @return array
    9592     */
    9693    public function parse_settings( $instance = array() ) {
Note: See TracChangeset for help on using the changeset viewer.