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 @@ -711,7 +711,7 @@ * the exact performance impact depends on the server configuration and the * details of the website. * - * @param $variables + * @param array $variables * An associative array containing: * - label_hidden: A boolean indicating whether to show or hide the field * label. diff -u b/core/modules/node/node.module b/core/modules/node/node.module --- b/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -745,7 +745,7 @@ * This is an override of theme_field() for the node title field. See that * function for documentation about its details and overrides. * - * @param $variables + * @param array $variables * An associative array. See theme_field() for details. * * @see theme_field()