X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FForm%2Fform.api.php;h=554e2710d70f03b480acc6d14db2ea4cb4af40ab;hp=ba0e345e025d6b8a82e71b17d11a084367cb53d8;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/lib/Drupal/Core/Form/form.api.php b/web/core/lib/Drupal/Core/Form/form.api.php index ba0e345e0..554e2710d 100644 --- a/web/core/lib/Drupal/Core/Form/form.api.php +++ b/web/core/lib/Drupal/Core/Form/form.api.php @@ -15,7 +15,7 @@ * * Callback for batch_set(). * - * @param $MULTIPLE_PARAMS + * @param $multiple_params * Additional parameters specific to the batch. These are specified in the * array passed to batch_set(). * @param array|\ArrayAccess $context @@ -54,7 +54,7 @@ * It is discouraged to typehint this parameter as an array, to allow an * object implement \ArrayAccess to be passed. */ -function callback_batch_operation($MULTIPLE_PARAMS, &$context) { +function callback_batch_operation($multiple_params, &$context) { $node_storage = \Drupal::entityTypeManager()->getStorage('node'); $database = \Drupal::database();