Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/11/2015 04:27:50 PM (10 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-groups/bp-groups-loader.php

    r10205 r10248  
    2020     *
    2121     * @since 1.5.0
    22      * @access public
    2322     * @var bool
    2423     */
     
    2928     *
    3029     * @since 1.5.0
    31      * @access public
    3230     * @var BP_Groups_Group
    3331     */
     
    3836     *
    3937     * @since 1.6.0
    40      * @access public
    4138     * @todo Is this used anywhere? Is this a duplicate of $default_extension?
    4239     */
     
    4744     *
    4845     * @since 1.6.0
    49      * @access public
    5046     * @var string
    5147     */
     
    5652     *
    5753     * @since 1.5.0
    58      * @access public
    5954     * @var array
    6055     */
     
    6560     *
    6661     * @since 1.5.0
    67      * @access public
    6862     * @var array
    6963     */
     
    7468     *
    7569     * @since 1.5.0
    76      * @access public
    7770     * @var array
    7871     */
Note: See TracChangeset for help on using the changeset viewer.