diff --git modules/field/field.api.php modules/field/field.api.php
index bc31b8a..1b9713b 100644
--- modules/field/field.api.php
+++ modules/field/field.api.php
@@ -2416,7 +2416,7 @@ function hook_field_delete_instance($instance) {
  * @param $field
  *   The field record just read from the database.
  */
-function hook_field_read_field(&$field) {
+function hook_field_read_field($field) {
   // @todo Needs function body.
 }
 
