Skip to content

Commit

Permalink
phpdoc fixes
Browse files Browse the repository at this point in the history
Fixes #21876
  • Loading branch information
vboctor committed Nov 13, 2016
1 parent b8b406a commit b8603fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/bugnote_api.php
Expand Up @@ -615,7 +615,7 @@ function bugnote_get_all_bugnotes( $p_bug_id ) {
/**
* Gets the bugnote object given its id.
*
* @param $p_bugnote_id The bugnote id.
* @param int $p_bugnote_id The bugnote id.
* @return BugnoteData The bugnote object.
*/
function bugnote_get( $p_bugnote_id ) {
Expand Down
2 changes: 1 addition & 1 deletion core/email_api.php
Expand Up @@ -878,7 +878,7 @@ function email_bug_updated( $p_bug_id ) {
* send notices when a new bugnote
* @param int $p_bugnote_id The bugnote id.
* @param array $p_files The array of file information (keys: name, size)
* @param array The id of users to exclude.
* @param array $p_exclude_user_ids The id of users to exclude.
* @return void
*/
function email_bugnote_add( $p_bugnote_id, $p_files = array(), $p_exclude_user_ids = array() ) {
Expand Down

0 comments on commit b8603fd

Please sign in to comment.