Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/11/2015 04:27:50 PM (8 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/classes/class-bp-notifications-notification.php

    r10210 r10248  
    2727     *
    2828     * @since 1.9.0
    29      * @access public
    3029     * @var int
    3130     */
     
    3635     *
    3736     * @since 1.9.0
    38      * @access public
    3937     * @var int
    4038     */
     
    4543     *
    4644     * @since 1.9.0
    47      * @access public
    4845     * @var int
    4946     */
     
    5451     *
    5552     * @since 1.9.0
    56      * @access public
    5753     * @var int
    5854     */
     
    6359     *
    6460     * @since 1.9.0
    65      * @access public
    6661     * @var string
    6762     */
     
    7267     *
    7368     * @since 1.9.0
    74      * @access public
    7569     * @var string
    7670     */
     
    8175     *
    8276     * @since 1.9.0
    83      * @access public
    8477     * @var string
    8578     */
     
    9083     *
    9184     * @since 1.9.0
    92      * @access public
    9385     * @var bool
    9486     */
Note: See TracChangeset for help on using the changeset viewer.