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

    r10217 r10248  
    118118     *
    119119     * @since 1.5.0
    120      * @access public
    121120     * @var int
    122121     */
     
    127126     *
    128127     * @since 1.5.0
    129      * @access public
    130128     * @var int
    131129     */
     
    136134     *
    137135     * @since 1.5.0
    138      * @access public
    139136     * @var int
    140137     */
     
    145142     *
    146143     * @since 1.5.0
    147      * @access public
    148144     * @var array
    149145     */
     
    154150     *
    155151     * @since 1.5.0
    156      * @access public
    157152     * @var object
    158153     */
     
    163158     *
    164159     * @since 1.5.0
    165      * @access public
    166160     * @var bool
    167161     */
     
    180174     *
    181175     * @since 1.5.0
    182      * @access public
    183176     * @var int
    184177     */
     
    189182     *
    190183     * @since 1.5.0
    191      * @access public
    192184     * @var int
    193185     */
     
    198190     *
    199191     * @since 1.5.0
    200      * @access public
    201192     * @var string
    202193     */
     
    207198     *
    208199     * @since 1.5.0
    209      * @access public
    210200     * @var string
    211201     */
Note: See TracChangeset for help on using the changeset viewer.