Skip to content

Commit

Permalink
Fix drone comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-24 committed Apr 6, 2019
1 parent a710743 commit 81f9397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/src/MVC/Model/AdminModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ protected function batchAccess($value, $pks, $contexts)
/**
* Batch copy items to a new category or current.
*
* @param integer $value The new category.
* @param array $workflowid Workflow ID of the command.
* @param array $pks An array of row IDs.
* @param array $contexts An array of item contexts.
* @param integer $value The new category.
* @param array $pks An array of row IDs.
* @param array $workflowid Workflow ID of the command.
* @param array $contexts An array of item contexts.
*
* @return array|boolean An array of new IDs on success, boolean false on failure.
*
Expand Down

0 comments on commit 81f9397

Please sign in to comment.