Skip to:
Content

BuddyPress.org


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

    r10232 r10248  
    2323     *
    2424     * @since 1.5.0
    25      * @access public
    2625     * @var int
    2726     */
     
    3231     *
    3332     * @since 1.5.0
    34      * @access public
    3533     * @var int
    3634     */
     
    4139     *
    4240     * @since 1.5.0
    43      * @access public
    4441     * @var array
    4542     */
     
    5047     *
    5148     * @since 1.5.0
    52      * @access public
    5349     * @var object
    5450     */
     
    5955     *
    6056     * @since 1.5.0
    61      * @access public
    6257     * @var int
    6358     */
     
    6863     *
    6964     * @since 1.5.0
    70      * @access public
    7165     * @var int
    7266     */
     
    7771     *
    7872     * @since 1.5.0
    79      * @access public
    8073     * @var bool
    8174     */
     
    8679     *
    8780     * @since 1.5.0
    88      * @access public
    8981     * @var int
    9082     */
     
    9587     *
    9688     * @since 1.5.0
    97      * @access public
    9889     * @var bool
    9990     */
     
    10495     *
    10596     * @since 1.5.0
    106      * @access public
    10797     * @var int
    10898     */
Note: See TracChangeset for help on using the changeset viewer.