Skip to content

Commit

Permalink
Correct PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Jan 17, 2025
1 parent c058b7c commit 80a5ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/plugins/crm/includes/ZeroBSCRM.AJAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -4520,7 +4520,7 @@ function zeroBSCRM_AJAX_enactListViewBulkAction() {
* @param int[] $obj_ids Array of object ids.
* @param int $obj_type_id Object type ID.
*
* @return json success/error
* @return void Outputs JSON and exits.
*/
function zeroBSCRM_bulkAction_enact_addTags( $obj_ids = array(), $obj_type_id = -1 ) {

Expand Down Expand Up @@ -4588,7 +4588,7 @@ function zeroBSCRM_bulkAction_enact_addTags( $obj_ids = array(), $obj_type_id =
* @param int[] $obj_ids Array of object ids.
* @param int $obj_type_id Object type ID.
*
* @return json success/error
* @return void Outputs JSON and exits.
*/
function zeroBSCRM_bulkAction_enact_removeTags( $obj_ids = array(), $obj_type_id = -1 ) {

Expand Down

0 comments on commit 80a5ff1

Please sign in to comment.