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-whos-online-widget.php

    r13799 r13882  
    5757     * @param array $new_instance The new instance options.
    5858     * @param array $old_instance The old instance options.
    59      * @return array $instance The parsed options to be saved.
    6059     */
    6160    public function update( $new_instance, $old_instance ) {
     
    7069     *
    7170     * @param array $instance Widget instance settings.
    72      * @return void
    7371     */
    7472    public function form( $instance ) {
     
    8381     *
    8482     * @param array $instance Widget instance settings.
    85      * @return array
    8683     */
    8784    public function parse_settings( $instance = array() ) {
Note: See TracChangeset for help on using the changeset viewer.