Skip to content

Commit

Permalink
PHPDoc fixes
Browse files Browse the repository at this point in the history
Issue #23754
  • Loading branch information
atrol committed Jan 3, 2018
1 parent 2e23b5c commit 0ec2bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/soap/mc_project_api.php
Expand Up @@ -648,7 +648,7 @@ function mc_project_get_custom_fields( $p_username, $p_password, $p_project_id )
*
* @param integer $p_project_id The project id.
* @param array $p_custom_fields The custom fields, may be not set.
* return bool|SoapFault|RestFault true or error.
* @return bool|SoapFault|RestFault true or error.
*/
function mci_project_custom_fields_validate( $p_project_id, &$p_custom_fields ) {
# Load custom field definitions
Expand Down
2 changes: 1 addition & 1 deletion core/filter_api.php
Expand Up @@ -3066,7 +3066,7 @@ function filter_db_get_queries( $p_project_id = null, $p_user_id = null, $p_publ
* @param integer|null $p_project_id A valid project identifier or null for current project.
* @param integer|null $p_user_id A valid user identifier or null for logged in user.
* @param boolean $p_filter_by_project Only return filters associated with specified project id or All Projects, otherwise return all filters for user.
* @param boolean $p_return_name_only true: return names of filters, false: return structures with filter header information.
* @param boolean $p_return_names_only true: return names of filters, false: return structures with filter header information.
* @return array Array of filters.
*/
function filter_db_get_available_queries( $p_project_id = null, $p_user_id = null, $p_filter_by_project = true, $p_return_names_only = true ) {
Expand Down

0 comments on commit 0ec2bd1

Please sign in to comment.