From 52edb409777a0040321ffffa5db1729f981e083e Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Tue, 16 Feb 2016 14:25:22 +0900 Subject: [PATCH] Issue #2659524 by gaydabura, rakesh.gectcr: Removing wrongly added @return in core/includes/form.inc --- core/includes/form.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/includes/form.inc b/core/includes/form.inc index 58563c60b4a1..c1c82c16b10e 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -886,15 +886,13 @@ function &batch_get() { * * Depending on whether the batch is progressive or not, the * Drupal\Core\Queue\Batch or Drupal\Core\Queue\BatchMemory handler classes will - * be used. + * be used. The name and class of the queue are added by reference to the + * batch set. * * @param $batch * The batch array. * @param $set_id * The id of the set to process. - * - * @return - * The name and class of the queue are added by reference to the batch set. */ function _batch_populate_queue(&$batch, $set_id) { $batch_set = &$batch['sets'][$set_id]; -- GitLab