Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/11/2015 04:27:50 PM (9 years ago)
Author:
djpaul
Message:

phpdoc: remove obsolete @access public|protected|private statements.

These should only be used on procedural functions that, for legacy
reasons, pretend they are private by prefacing their name with an
underscore.

As modern PHP parsers and IDEs use reflections to figure out the
visibility scope of methods and properties by looking at the actual
code, there’s also no bonus in keeping these purely for documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/admin/bp-members-admin-classes.php

    r10246 r10248  
    2424     * @since 2.0.0
    2525     *
    26      * @access public
    2726     * @var int
    2827     */
     
    411410     * @since 2.0.0
    412411     *
    413      * @access public
    414412     * @var int
    415413     */
     
    606604     *
    607605     * @since 2.4.0
    608      * @access protected
    609606     *
    610607     * @param object $signup_object Signup being acted upon.
Note: See TracChangeset for help on using the changeset viewer.