From fbf30ee7475b894274431d413601ca933de9e3a5 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Wed, 4 Jul 2018 10:55:20 +1200 Subject: [PATCH] Message reflect previous return type change --- src/ORM/DataObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ORM/DataObject.php b/src/ORM/DataObject.php index 5ae255730..13618cf1d 100644 --- a/src/ORM/DataObject.php +++ b/src/ORM/DataObject.php @@ -3495,7 +3495,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity * * @param boolean $includerelations a boolean value to indicate if the labels returned include relation fields * - * @return array Array of all element labels if no argument given, otherwise the label of the field + * @return array Array of all element labels */ public function fieldLabels($includerelations = true) {