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-xprofile/classes/class-bp-xprofile-field.php

    r13878 r13882  
    15811581     *
    15821582     * @since 2.4.0
    1583      *
    1584      * @return void If default field or if the field does not support the feature.
    15851583     */
    15861584    private function member_type_metabox() {
     
    16361634     *
    16371635     * @since 2.3.0
    1638      *
    1639      * @return void If default field or if the field does not support the feature.
    16401636     */
    16411637    private function visibility_metabox() {
     
    16851681     *
    16861682     * @since 2.3.0
    1687      *
    1688      * @return void If default field or if the field does not support the feature.
    16891683     */
    16901684    private function required_metabox() {
     
    17121706     *
    17131707     * @since 2.5.0
    1714      *
    1715      * @return void If the field does not support the feature.
    17161708     */
    17171709    private function autolink_metabox() {
     
    17471739     *
    17481740     * @since 2.3.0
    1749      *
    1750      * @return void If default field.
    17511741     */
    17521742    private function type_metabox() {
     
    17901780     *
    17911781     * @since 8.0.0
    1792      *
    1793      * @return void If default field or if the field does not support the feature.
    17941782     */
    17951783    private function signup_position_metabox() {
     
    18301818     *
    18311819     * @since 2.3.0
    1832      *
    1833      * @return void If not default field.
    18341820     */
    18351821    private function default_field_hidden_inputs() {
Note: See TracChangeset for help on using the changeset viewer.