diff --git a/core/model/fieldtypes/DBField.php b/core/model/fieldtypes/DBField.php index 183ccaf7d..cb27fe49d 100644 --- a/core/model/fieldtypes/DBField.php +++ b/core/model/fieldtypes/DBField.php @@ -64,7 +64,8 @@ abstract class DBField extends ViewableData { } /** - * Returns the name of this field + * Returns the name of this field. + * @return string */ function getName() { return $this->name;