Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inline-documentation-standards/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ Functions and class methods should be formatted as follows:
*
* @see Function/method/class relied on
* @link URL
* @global type $varname Description.
* @global type $varname Description.
* @global type $variable_name Description.
* @global type $another_variable Description.
*
* @param type $var Description.
* @param type $var Optional. Description. Default.
Expand Down