diff -u b/core/modules/field/field.module b/core/modules/field/field.module --- b/core/modules/field/field.module +++ b/core/modules/field/field.module @@ -608,6 +608,12 @@ */ /** + * Assembles a partial entity structure with initial IDs. + * + * @param object $ids + */ + +/** * Returns HTML for a field. * * This is the default theme implementation to display the value of a field. @@ -649,7 +655,7 @@ * the exact performance impact depends on the server configuration and the * details of the website. * - * @param array $variables + * @param $variables * An associative array containing: * - label_hidden: A boolean indicating whether to show or hide the field * label. @@ -692,10 +698,4 @@ /** * Assembles a partial entity structure with initial IDs. - * - * @param object $ids - */ - -/** - * Assembles a partial entity structure with initial IDs. * * @param object $ids