Issue #2509630 by andypost: Update doc-block for _node_mass_update_batch_finished

8.0.x
Alex Pott 2015-06-25 12:27:13 +01:00
parent 68d4f0be10
commit f682995667
1 changed files with 4 additions and 2 deletions

View File

@ -152,10 +152,12 @@ function _node_mass_update_batch_process(array $nodes, array $updates, $load, $r
* @param bool $success * @param bool $success
* A boolean indicating whether the batch mass update operation successfully * A boolean indicating whether the batch mass update operation successfully
* concluded. * concluded.
* @param int $results * @param string[] $results
* The number of nodes updated via the batch mode process. * An array of rendered links to nodes updated via the batch mode process.
* @param array $operations * @param array $operations
* An array of function calls (not used in this function). * An array of function calls (not used in this function).
*
* @see _node_mass_update_batch_process()
*/ */
function _node_mass_update_batch_finished($success, $results, $operations) { function _node_mass_update_batch_finished($success, $results, $operations) {
if ($success) { if ($success) {