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-notifications/bp-notifications-template.php

    r10138 r10248  
    136136     *
    137137     * @since 1.9.0
    138      * @access public
    139138     * @var int
    140139     */
     
    145144     *
    146145     * @since 1.9.0
    147      * @access public
    148146     * @var int
    149147     */
     
    154152     *
    155153     * @since 1.9.0
    156      * @access public
    157154     * @var int
    158155     */
     
    163160     *
    164161     * @since 1.9.0
    165      * @access public
    166162     * @var array
    167163     */
     
    172168     *
    173169     * @since 1.9.0
    174      * @access public
    175170     * @var object
    176171     */
     
    181176     *
    182177     * @since 1.9.0
    183      * @access public
    184178     * @var bool
    185179     */
     
    190184     *
    191185     * @since 1.9.0
    192      * @access public
    193186     * @var int
    194187     */
     
    199192     *
    200193     * @since 1.9.0
    201      * @access public
    202194     * @var int
    203195     */
     
    208200     *
    209201     * @since 1.9.0
    210      * @access public
    211202     * @var int
    212203     */
     
    217208     *
    218209     * @since 1.9.0
    219      * @access public
    220210     * @var int
    221211     */
     
    226216     *
    227217     * @since 1.9.0
    228      * @access public
    229218     * @var string
    230219     */
     
    235224     *
    236225     * @since 1.9.0
    237      * @access public
    238226     * @var string
    239227     */
     
    244232     *
    245233     * @since 1.9.0
    246      * @access public
    247234     * @var string
    248235     */
     
    253240     *
    254241     * @since 1.9.0
    255      * @access public
    256242     * @var string
    257243     */
Note: See TracChangeset for help on using the changeset viewer.